[Scilab-users] Array of struct

sgougeon at free.fr sgougeon at free.fr
Fri Mar 1 10:58:03 CET 2013


>Maybe "pts($+1) = temp" is not the correct way to append the whole of the
>struct in an existing struct, but I haven't found a way to do this so far.




>Update: just realised that "pts($+1,:) = temp". Is that the correct way to do it?

//a : is actually needed, but here:

pts($+1) = temp(:)

Samuel



More information about the users mailing list