MATLAB: Vector algebra

From Robotics
Revision as of 16:35, 23 September 2014 by Nickchen (talk | contribs)

Jump to: navigation, search
← 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