Tuesday, March 08, 2005

Profiling your MATLAB code

If you have complex code that's resource hungry, find the bottlenecks by profiling your code:
profile on
<run your script here>
profile off
profile report

[from Anand Venkataraman]

Moving to a new website

This website was intended to be a little collection of tips and tricks, but I haven't been able to update it as often as I originally in...