MATLAB and Simulink¶
Toolboxes¶
The following licensed toolboxes for MATLAB and Simulink are available:
- Aerospace: Aerospace blockset, Aerospace Toolbox
- Bio: Bioinformatics Toolbox
- Control: Control Toolbox, Robust Control Toolbox, Simulink Control Design, System Identification Toolbox,
- Financial: Financial Toolbox
- Image and Video Processing: Image Acquisition Toolbox, Image Processing Toolbox, Video and Image Blockset Toolbox,
- Math: Statistics Toolbox, Symbolic Math Toolbox, Curve Fitting Toolbox
- Pattern Recognition: Neural Network Toolbox, Neural Network Optimization Toolbox,
- Real-Time: Data Acquisition Toolbox, Real-Time Workshop, XPC Target
- Signal Processing: Signal Processing Toolbox,
- Software Development: Database Toolbox, Mapping Toolbox (GIS), MATLAB Builder for DotNet, MATLAB Compiler, Virtual Reality Toolbox
Tutorials & Other Materials for Learning MATLAB¶
- http://www.mathworks.com/academia/student_center/tutorials/ - an interactive tutorial
- http://www.ohio.edu/people/williar4/html/PDF/MATLABPrimer.pdf - a primer
- http://www.cse.msu.edu/~cse802/MATLAB.html - a primer
- http://www.mathworks.com/company/events/webinars/wbnr56354.html?id=56354&p1=869881600&p2=869881618 - webinar on using Coder, especially to generate C from MATLAB for improved performance
Books¶
- Find the latest books: http://www.mathworks.com/support/books/index_by_categorytitle.html?category=17&sortby=title
- Available at RPI: Use the library on-line catalog to find out available books
Installing 32bit MATLAB on a 64bit Windows platform¶
To install 32-bit MATLAB on 64-bit OS, follow the instructions you receive once you apply for your license here:
Then after you map the drive. You need to open these folders: \Software\matlab\[version]\win732\bin\win32
To then click on setup.exe. Then follow the same instructions.
Documentation¶
The MATLAB coding style guidel (attachment:MatlabStyle1p5.pdf)was obtained from the Mathworks web site - http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=2529&objectType=FILE
The markup up commands for publishing your MATLAB codes are found in http://www.mathworks.com/help/matlab/matlab_prog/marking-up-matlab-comments-for-publishing.html
Other ways for preparing MATLAB documentation
Application Testing¶
For Fall 2013, we are now using MATLAB version R2013a. It includes a unit test framework.
Video Demo - Man pages -Students should test their MATLAB codes using the framework.