Difference between revisions of "Getting started with MATLAB or Python"
Line 1: | Line 1: | ||
=Introduction= | =Introduction= | ||
{| border="1" width="100%" cellspacing="10" | {| border="1" width="100%" cellspacing="10" | ||
Line 22: | Line 20: | ||
|} | |} | ||
=Access / Installation= | |||
{| border="1" width="100%" cellspacing="10" | {| border="1" width="100%" cellspacing="10" | ||
Line 66: | Line 64: | ||
|} | |} | ||
=Getting Started= | |||
When you launch MATLAB the following window will open: | When you launch MATLAB the following window will open: | ||
[[File:MATLAB_start.JPG|center|400px]] | [[File:MATLAB_start.JPG|center|400px]] | ||
Line 73: | Line 71: | ||
==Introduction to the Command Line== | ==Introduction to the Command Line== | ||
=Scripts and Functions= | |||
= | =Code Structures= | ||
=Plotting Data= | |||
=Additional Resources= | |||
*[[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 quick guide to MATLAB written by Dr.Prashant Mhaskar. | ||
*[[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]]: An extensive guide to MATLAB written by MathWorks™. |
Revision as of 04:18, 10 September 2010
Introduction
|
|
Access / Installation
|
|
Getting Started
When you launch MATLAB the following window will open:
Do not worry if MATLAB does not open exactly like this. You can easily modify what windows are visible through the Desktop drop down menu. You can select the individual windows you want either by toggling them individually ( Region A )
Introduction to the Command Line
Scripts and Functions
Code Structures
Plotting Data
Additional Resources
- [MATLAB primer]: A quick guide to MATLAB written by Dr.Prashant Mhaskar.
- [Getting Started with MATLAB 7]: An extensive guide to MATLAB written by MathWorks™.
- [Online MATLAB Tutorial]: An online MATLAB tutorial generated by the University of Florida.
- [MathWorks Documentation]: The central repository for all documentation on products distributed by MathWorks™.
- [MATLAB Central File Exchange]: A database for user generated MATLAB code.