ShivaMjn

5 Reputation

One Badge

6 years, 342 days

MaplePrimes Activity


These are questions asked by ShivaMjn

how can write this loop that has written in matlab to maple??
i=1;
for e=T1P1:0.0399:T1P;
    E(i)=e;
    gama1(i,:)=a-atan(e/Rb1);
     i=i+1;
end
 

Page 1 of 1