Difference between revisions of "MATLAB: Vector algebra"

From Robotics
Jump to: navigation, search
Line 2: Line 2:
  
  
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:
+
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|400px]]
 
[[File:matlab-va-scalar.png|400px]]

Revision as of 16:35, 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