abs

September 9th, 2009 No Comments   Posted in Functions

Absolute value and complex magnitude
Syntax Read More

save

August 12th, 2009 No Comments   Posted in Functions

SAVE Save workspace variables to disk.
SAVE FILENAME saves all workspace variables to the binary “MAT-file”
named FILENAME.mat. The data may be retrieved with LOAD. If FILENAME
has no extension, .mat is assumed. Read More

Matlab Expressions

August 5th, 2009 No Comments   Posted in Documents

Variables

Like most other programming languages, the MATLAB language provides mathematical expressions, but unlike most programming languages, these expressions involve entire matrices. Read More

if

March 6th, 2008 No Comments   Posted in Controls

if if statement condition.
The general form of the if statement is Read More

Examples of Expressions

March 6th, 2008 No Comments   Posted in Examples

You have already seen several examples of MATLAB expressions. Here are a few more examples, and the resulting values. Read More