You are here

Example 2.8

20 January, 2016 - 09:21

c = [1;2;3;4;5;]

media/image7.png
Figure 2.6 Assignment of a column vector quantity. 
 

Or by transposing a row vector with the’ operator:

c = [1 2 3 4 5]'

media/image8.png
Figure 2.7 Assignment of a column vector quantity by transposing a row vector with the ’ operator. 
 

Or by using the Variable Editor:

media/image9.png
Figure 2.8 Assignment of a column vector quantity by using the Variable Editor.