Question: matlab to maple

hello;

i want to rewrite the following matlab code to maple13

L=10*ones(2,m),L(1:2,1)=[90;90];

v(1:2,1:m)=[sum(L(:,1:m)),sum(L(:,1:m))];vv(1,1:m)=v(1;1:m);

this is a piece of program

Please Wait...