Some useful Matlab tips

Kevin Murphy.
Last updated 9 September 2008.

List of online tutorials

Some useful tips

Help

Debugger, profiler, etc

Filing system

Graphics

Objects/ classes

Matlab has a primitive object system that is quite useful, especially when one has many different ways of implementing the same functionality (e.g., using different data structures or algorithms) and one wants to have a uniform interface (same function names etc). Click here for details.