Getting Started    

Programming with MATLAB


Flow Control
Use flow control constructs including if, switch and case, for, while, continue, and break.
Other Data Structures
Work with multidimensional arrays, cell arrays, character and text data, and structures.
Scripts and Functions
Write scripts and functions, use global variables, pass string arguments to functions, use eval to evaluate text expressions, vectorize code, preallocate arrays, reference functions using handles, and use function that operate on functions.
Demonstration Programs Included with MATLAB
View and run demos.


  Creating Movies Flow Control