Upon completion of this course the student is able to carry out a programming assignment in Matlab.
|
|
This is a first course in programming in general, and Matlab in particular. We cover: variables and assignments and data types, loading and saving data, script m-files, arrays in Matlab (such as vectors and matrices), plotting, logicals and relational operators, for loops and while loops, anonymous functions, function m-files, local and global variables, recursion. And we end with some basic text handling, cell arrays and structures, and writing and reading external files.
|
|