Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

a) mx2(1,5) = mx1(5,1);

b) v1 = mx1(1,:);

c) mx2(4,:) = v1;

d) mx2(:,4) = mx1(3,:);

 

Code Block
languagenone
mx2 =

1 0 0 10 20
0 1 0 11 0
0 0 1 12 0
0 1 2 13 4
0 0 0 14 1