|
From: Piter_ <x....@gm...> - 2009-10-27 10:57:49
|
Hi all. I have a matrix M: First column is X ans the rest are Ys. Lets say 100 of them (1000 sometimes). So far I can plot it like plot(M(:,1), M(:,2),M(:,1),M(:,3)... and so on and so on) Is there any possibility to do it in matlab way? Like: plot(M(:,1),M(:,2:end)) This is main thing stopping me from migration from matlab to Python now :( Thanks. Petro. |