Difference between revisions of "Main Page"
From Sutherland_wiki
m (→Matlab Tutorials) |
m (→Matlab Tutorials) |
||
Line 10: | Line 10: | ||
* [[Matlab_Functions|Creating and using functions]] | * [[Matlab_Functions|Creating and using functions]] | ||
* [[Matlab_Plotting|Plotting]] | * [[Matlab_Plotting|Plotting]] | ||
− | * [[Matlab_IO | + | * [[Matlab_IO|Input/Output in Matlab]] |
* [[Matlab_Debug|Debugging in Matlab]] | * [[Matlab_Debug|Debugging in Matlab]] | ||
Revision as of 09:36, 18 July 2008
See the Help:Contents page for tips and help on editing pages.
Tutorials
Matlab Tutorials
When editing these pages, feel free to link to external pages that provide additional resources that you find useful.
- Creating and using arrays
- Solving linear systems of equations
- Creating and using functions
- Plotting
- Input/Output in Matlab
- Debugging in Matlab
Tutorials on numerical analysis
Each tutorial includes a discussion of algorithm(s) and some examples, including MATLAB code.
- Linear algebra refresher. Matrices and vectors, solving systems of linear equations.
- Interpolation
- Regression
- Numerical Differentiation
- Numerical Integration
- Nonlinear equations
- Ordinary Differential Equations