Difference between revisions of "Software tutorial"
Jump to navigation
Jump to search
m |
|||
Line 18: | Line 18: | ||
|- | |- | ||
| width="50%" valign="top" | | | width="50%" valign="top" | | ||
* [http://modelling3e4.connectmv.com/mediafiles/mediawiki/7/7c/MATLAB_primer.pdf MATLAB primer | * [http://modelling3e4.connectmv.com/mediafiles/mediawiki/7/7c/MATLAB_primer.pdf MATLAB primer - a guide to MATLAB] by Dr. Prashant Mhaskar. | ||
* [http://modelling3e4.connectmv.com/mediafiles/mediawiki/8/80/Introduction_to_MATLAB_presentation.pdf Introduction to MATLAB] | * [http://modelling3e4.connectmv.com/mediafiles/mediawiki/8/80/Introduction_to_MATLAB_presentation.pdf Introduction to MATLAB] - a presentation to the 2009 CHE 3E04 class by Elliot Cameron and Eric Rodger | ||
* [http://www.mathworks.com/help/pdf_doc/matlab/getstart.pdf Getting started with MATLAB 7] | * [http://www.mathworks.com/help/pdf_doc/matlab/getstart.pdf Getting started with MATLAB 7] - a guide from the MathWorks. | ||
* [http://www.math.ufl.edu/help/matlab-tutorial/matlab-tutorial.html Online MATLAB tutorial]: An | * [http://www.math.ufl.edu/help/matlab-tutorial/matlab-tutorial.html Online MATLAB tutorial]: An MATLAB tutorial from the University of Florida. | ||
* [http://www.mathworks.com/help/index.html MathWorks documentation]: The | * [http://www.mathworks.com/help/index.html MathWorks documentation]: The official MATLAB documentation | ||
* [http://www.mathworks.com/matlabcentral/fileexchange/ MATLAB Central File Exchange]: | * [http://www.mathworks.com/matlabcentral/fileexchange/ MATLAB Central File Exchange]: User-created MATLAB code that can be freely used. | ||
| width="50%" valign="top" | | | width="50%" valign="top" | | ||
* [http://en.wikibooks.org/wiki/Non-Programmer%27s_Tutorial_for_Python_3 The non-programmer's guide to Python] | * [http://en.wikibooks.org/wiki/Non-Programmer%27s_Tutorial_for_Python_3 The non-programmer's guide to Python] | ||
|} | |} |
Revision as of 16:05, 19 September 2010
This tutorial will expand as we progress in the course. Each section has notes for both MATLAB and Python.
- About the course software
- Software installation
- Getting started
- My first program (required for Tutorial 1)
- for loops and while loops (required for Tutorial 1)
- Scripts and functions (useful for Tutorial 2)
Need some more help?
Not every aspect about MATLAB or Python can be covered here. Here are some additional resources.
MATLAB | Python |
---|---|
|