Difference between revisions of "Software tutorial"
Jump to navigation
Jump to search
m |
m |
||
Line 7: | Line 7: | ||
# [[Software tutorial/Loops|<tt>for</tt> loops and <tt>while</tt> loops]] (required for [[Tutorial_1_-_2010|Tutorial 1]]) | # [[Software tutorial/Loops|<tt>for</tt> loops and <tt>while</tt> loops]] (required for [[Tutorial_1_-_2010|Tutorial 1]]) | ||
# [[Software tutorial/Scripts and functions|Scripts and functions]] (useful for [[Tutorial_2_-_2010|Tutorial 2]]) | # [[Software tutorial/Scripts and functions|Scripts and functions]] (useful for [[Tutorial_2_-_2010|Tutorial 2]]) | ||
== Need some more help? == | |||
Not every aspect about MATLAB or Python can be covered here. Here are some additional resources. | |||
{| class="wikitable" | |||
|- | |||
! MATLAB | |||
! Python | |||
|- | |||
| width="50%" valign="top" | | |||
* [http://modelling3e4.connectmv.com/mediafiles/mediawiki/7/7c/MATLAB_primer.pdf MATLAB primer]: A quick guide to MATLAB written by Dr. Prashant Mhaskar. | |||
* [http://modelling3e4.connectmv.com/mediafiles/mediawiki/8/80/Introduction_to_MATLAB_presentation.pdf Introduction to MATLAB]: The "Introduction to MATLAB" presentation given to last year's CHE 3E04 class by Elliot Cameron and Eric Rodger. | |||
* [http://www.mathworks.com/help/pdf_doc/matlab/getstart.pdf Getting started with MATLAB 7]: An extensive guide to MATLAB written by MathWorks. | |||
* [http://www.math.ufl.edu/help/matlab-tutorial/matlab-tutorial.html Online MATLAB tutorial]: An online MATLAB tutorial generated by the University of Florida. | |||
* [http://www.mathworks.com/help/index.html MathWorks documentation]: The central repository for all documentation on products distributed by MathWorks™. | |||
* [http://www.mathworks.com/matlabcentral/fileexchange/ MATLAB Central File Exchange]: A database for user generated MATLAB code. | |||
| width="50%" valign="top" | | |||
* [http://en.wikibooks.org/wiki/Non-Programmer%27s_Tutorial_for_Python_3 The non-programmer's guide to Python] | |||
|} |
Revision as of 16:01, 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 |
---|---|
|