Feeds
提问
What is the simplest way to convert this string '[[x1, x2, x3], [y1, y2, y3], [& so on]]' into a matlab matrix where each item is a row, [x1,x2,x3 ; y1, y2, y3; & so on]?
What is the simplest way to convert this string '[[x1, x2, x3], [y1, y2, y3], [& so on]]' into a matlab matrix where each item i...
9 years 前 | 2 个回答 | 0
2
个回答已回答
Issues trying to go through an example
Try this: friendlyInfo = entries.item(1).getChildNodes; It worked for me.
Issues trying to go through an example
Try this: friendlyInfo = entries.item(1).getChildNodes; It worked for me.
9 years 前 | 0


