2013-05-30

Useful links for MATLAB usage lately

I happen to need to use MATLAB lately. (It is a great pain after using Python intensively for years.)

Tonight, I found some useful links for advanced MATLAB usages. I just list them here for my own reference and for those who might find them useful.
  • www.mathworks.com/help/matlab/ref/format.html (How to set display format for floats)
  • http://www.mathworks.com/help/matlab/ref/try.html  (Like try/except statement in Python)
  • http://www.mathworks.com/help/matlab/matlab_env/startup-options.html  (Startup options for running MATLAB from command line, including a log file)
  • http://www.mathworks.com/matlabcentral/newsreader/view_thread/247486 (A very useful thread about how to exit error-causing MATLAB scripts from command line)

No comments: