Question: matlab to maple

March 10 2013 by dalindaz 10
false
Maple 13 MapleSim

1


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

 
Loading Comments & Answers