Matlab
From NA-Wiki
(Difference between revisions)
Line 7: | Line 7: | ||
== General Matlab topics == | == General Matlab topics == | ||
- | * [[ | + | * Some notes on [[Efficient Matlab Programming]] |
* The [[Matlab Editor]]: Debugger, MLint etc. Think twice about using Emacs for m-files! | * The [[Matlab Editor]]: Debugger, MLint etc. Think twice about using Emacs for m-files! | ||
* [[Functions returning handles to subfunctions]] | * [[Functions returning handles to subfunctions]] |
Revision as of 08:38, 21 January 2008
Howtos in Matlab
- How to: Make movies that use compression and how to print to image files
- How to: Generate documentation for matlab programs with many files.
- How to: Write .mat files from C using MatIO.
General Matlab topics
- Some notes on Efficient Matlab Programming
- The Matlab Editor: Debugger, MLint etc. Think twice about using Emacs for m-files!
- Functions returning handles to subfunctions
- Extracting fields from struct arrays into matrices
- Progress indication using carriage return
- Working with sets using logical arrays
Links
- The Matlab Central File Exchange.
- Blog, "Loren on the Art of MATLAB", by Loreb Shure.