Course Notes
Introduction to Scientific Computing with MATLAB R2015a (PDF)
Examples from the course
Curve fitting example
- main1.txt source code
- model1.txt source code
- main2.txt source code
- main3.txt source code
- model3.txt source code
Plotting a parabola
- parabola.txt source code
- parabola2.txt source code
Parallel programming - simple example
- parallel.txt source code
Vectorization - performance example
- vectorization.txt source code
Older examples from course
- Plotting (formatted version with output)
- plotting.txt source code
- Polynomials (formatted version with output)
- polynomial.txt source code
- Linear algebra (formatted version with output)
- rowops.txt source code
- Analyzing gas prices data (formatted version with output)
- gasprices.txt source code
- gas1 (XLS) data