[Scilab-users] tlist function

samy samad13 at hotmail.de
Wed Jan 9 15:56:04 CET 2013


hi everybody,
i build in vb.net application from a large xml file a tlist which contains
all nodes from xml in form of tlist, because i work with scicoslab and this
canot parse a xml file. now i have a problem i will make a function in
scilab, when i get for example a output like this:
BHCurve=tlist(['BHCurve';'Point';'Point';'Point';'Point';'']);
BHCurve.Point=tlist(['Point';'B';'H'],0,0);
BHCurve.Point=tlist(['Point';'B';'H'],0.05,32);
BHCurve.Point=tlist(['Point';'B';'H'],0.1,55);
i want to have all the points information without manipulating the point i
try it in vb.net with numbers Point1,Point2 but this is not the very fine
solution.
thanks



--
View this message in context: http://mailinglists.scilab.org/tlist-function-tp4025634.html
Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.



More information about the users mailing list