Difference between revisions of "Software tutorial"

From Process Model Formulation and Solution: 3E4
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]: A quick guide to MATLAB written by Dr. Prashant Mhaskar.
* [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]: The "Introduction to MATLAB" presentation given to last year's CHE 3E04 class by Elliot Cameron and Eric Rodger.
* [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]: An extensive guide to MATLAB written by MathWorks.
* [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 online MATLAB tutorial generated by the University of Florida.
* [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 central repository for all documentation on products distributed by MathWorks™.
* [http://www.mathworks.com/help/index.html MathWorks documentation]: The official MATLAB documentation
* [http://www.mathworks.com/matlabcentral/fileexchange/ MATLAB Central File Exchange]: A database for user generated MATLAB code.
* [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.

  1. About the course software
  2. Software installation
  3. Getting started
  4. My first program (required for Tutorial 1)
  5. for loops and while loops (required for Tutorial 1)
  6. 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