>
|
|
>
|
|
| (1) |
Copy entire Matrix.
| (2) |
Copy row 3 to row Vector.
>
|
|
Copy column 2 to column Vector.
>
|
|
Copy column 2 to a 4x1 Matrix.
>
|
|
Copy row 3,2 of A to row 2,3 of B.
>
|
|
>
|
|
>
|
|
| (10) |
This is an error, as B is too small.
>
|
|
>
|
|
This example results in an error, as datatypes cannot be mixed.
>
|
|
| (12) |
>
|
|
An example of upper and lower copy.
>
|
|
| (13) |
>
|
|
>
|
|