| Author |
Comment/Response |
Patrik Hudec
|
03/13/07 6:45pm
Hi
Sorry for easy question, but I couldnīt solve my small problem: how can I extract elements from MyMatrix[[j, 2, 1]] for all j to be able to use function MultipleListPlot[] on them? Every from j general elements consists of 2 sublists and I need from 2th sublist its first element (that's list of numbers I'm interested in) and put them all in 1 graph. I deny to go through all j with built-in For[] and pick up all my needed elements. There must be more simple way, how call MultipleListPlot[MyMatrix[[j, 2, 1]]] for all j (not to call j times but once for all j!)
Thanks a lot for tips. Patrik
URL: , |
|