
Available under Creative Commons-ShareAlike 4.0 International License.
c = [1;2;3;4;5;]

Figure 2.6 Assignment of a column vector quantity.
Or by transposing a row vector with the’ operator:
c = [1 2 3 4 5]'

Figure 2.7 Assignment of a column vector quantity by transposing a row vector with the ’ operator.
Or by using the Variable Editor:

Figure 2.8 Assignment of a column vector quantity by using the Variable Editor.
- 瀏覽次數:1223