Introduction to MATLAB
In this short course, you will know the basics of
MATLAB
.
MATLAB Demonstration
Basics, Vectors and Matrices
(
lab1.m
)
Symbolic manipulation an graphics
(
lab2.m
)
Flow control and MATLAB functions
(
lab3.m
,
myfun1.m
)
Solving ODEs
(
lab4.m
,
lorenzode.m
)
More special topics
(
lab5.m
)
MATLAB Exercises
Exercise 1 Vectors and Matrices
Exercise 2 Symbolic Manipulation and Graphics
Exercise 3 Matlab Functions
Exercise 4 Differential Equations