Table of Contents
Writing Research Papers
Here are some useful links, please READ THEM before you start writing your first paper!
Giving Wonderful Talks
Here are some useful links, please READ THEM before you start preparing your first set of slides!
Good Coding Practices
Here are some useful links and thoughts, please READ THEM before you start programming!
- Use semantic variable names
- Annotate your code with lots of comments for ease of readability
- Scalable code – avoid repetitive motifs as far as possible
- For loops are time-consuming in Matlab. Use vector/matrix manipulations as far as possible
- Matlab is very forgiving about vector/matrix sizes. Often, variable sizes are expanded “automatically” depending on the context. This means you need to be very careful when assigning and reusing variables