Thursday, May 21, 2009

Some MATLAB Tricks - II

  1. Use cellfun to operate on each element of a cell. See also: arrayfun
  2. Use shg to call the latest figure front.
  3. Use dbstop if error for entering debug mode upon error. Use dbclear if error to reverse the behaviour.
  4. Use F4 to track M-files inside the code editor.
  5. Use dataset to show simple tables.
  6. See http://undocumentedmatlab.com/

No comments: