[Scilab-users] Loop query - Scilab 5.5.2

Lester Anderson arctica1963 at gmail.com
Mon Jan 18 11:50:13 CET 2016


Thanks for that pointer.

The plot works but only does Te=25 in this case

for Te = 5000:10000:25000 // start: step: end
    D = E*Te .^3/(12*(1-v^2));
    lamda = ((rho_m-rho_fill)*g ./(4*D)).^0.25;
    lamda_k = lamda*1000;
    flex = 2*Pb*lamda/((rho_m-rho_fill)*g)*exp(-lamda_k*x).*cos(lamda_k*x);
end
plot(x,flex)

Can't get it to loop and plot the other values


On 18 January 2016 at 10:38,  <sgougeon at free.fr> wrote:
> Hello,
>
>
>>for Te = 5000:25000:10000 // start:end:step to make 5000, 15000, 25000
>
> The syntax is start:step:end, not start:end:step
>
> https://help.scilab.org/docs/5.5.2/en_US/colon.html
>
> Samuel Gougeon
> _______________________________________________
> users mailing list
> users at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users



More information about the users mailing list