Accessing array element

Peng Du eddy.pdu at gmail.com
Mon May 23 01:26:07 CEST 2011


Hello everyone,

Is there anyway in Scilab that I can access specific array elements
using variable as index?

For example:
i=1;
holder= [0 0 0 0 0 0 0 0];

holder[i]=2;

Thanks very much.

Best regards,

Peng



More information about the users mailing list