[scilab-Users] Keeping track of for loops

Matthew Albrecht mattyalbrecht at gmail.com
Mon Mar 3 02:33:34 CET 2008


Ha ha, thanks. I was trying to figure out for hours why it wasn't working,
trying all sorts of combinations and all I needed was a couple of quotation
marks.
Thank you very much.

Matt

On 03/03/2008, Eric Dubois <grocer.toolbox at gmail.com> wrote:
>
> I am not sure to understand the flavour of the problem, but, in the case
> shown below:
> for i=1:5
>   x=[1:5;6:10];
>   execstr('x'+string(i)+'='+string(i)+'*x')
> end
>
> Works as intended.
>
> Eric.
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20080303/dac49847/attachment.htm>


More information about the users mailing list