Difference between revisions of "MATLAB: Vector algebra"

From Robotics
Jump to: navigation, search
Line 3: Line 3:
  
 
In MATLAB you do not not have to declare a variable and its type. The type of a variable is specified through its initialization. So you choose a name for the variable and use the equal sign to initialize it. A scalar value for example is initialized like follows:<br/>
 
In MATLAB you do not not have to declare a variable and its type. The type of a variable is specified through its initialization. So you choose a name for the variable and use the equal sign to initialize it. A scalar value for example is initialized like follows:<br/>
[[File:matlab-va-scalar.png|600px]]
+
[[File:matlab-va-scalar.png|650px]]

Revision as of 16:40, 23 September 2014

← Previous: Overview Matlab.png Web interface  |  MATLAB overview  |  Back to article: Vector algebra Next: Unit vectors


In MATLAB you do not not have to declare a variable and its type. The type of a variable is specified through its initialization. So you choose a name for the variable and use the equal sign to initialize it. A scalar value for example is initialized like follows:
Matlab-va-scalar.png