Posts Tagged ‘Programming Fundamentals’
Importing MAT-Files
April 14th, 2010 No Comments Posted in Documents
Viewing the Contents of a MAT-File
MAT-files are binary MATLAB format files that store workspace variables. Read More
MATLAB Commands
April 12th, 2010 No Comments Posted in Documents
Basic Command Syntax
A simple MATLAB command computes the result of the expression to the right of the equals sign and assigns the value of the result to the output variable at the left. Examples of simple MATLAB commands are Read More