Hello,

I am trying to convert some MATLAB (well actually Octave) code to Scilab
(5.4.0) and have come upon a stumbling block, which I can't seem to be able
to resolve.

Let's say I define an empty struct pts:



I then generate another struct by parsing a file with a custom function
(actually looping through a number of files in a directory):



I then want to append that struct object to pts:


and that's where the problem starts because it only seems to take the first
element of temp:


I would have expected size(pts) to be 17x1, the same as temp.

Any suggestions?

Many thanks in advance,

Arnaud



--
View this message in context: 
http://mailinglists.scilab.org/Array-of-struct-tp4026086.html
Sent from the Scilab users - Mailing Lists Archives mailing list archive at 
Nabble.com.
_______________________________________________
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users

Reply via email to