Hello!
Another question! Imagine that i have N particles and I want to plot them, so I do something like this:
plot3(X(1, Y, Z1, ':k', X2, Y2, Z2, ':k', X3, Y3, Z3, ':k'.............., XN, YN, ZN, ':k');
how can I do this without having to write the N coordinates in the plot?
Thank you!
Another question! Imagine that i have N particles and I want to plot them, so I do something like this:
plot3(X(1, Y, Z1, ':k', X2, Y2, Z2, ':k', X3, Y3, Z3, ':k'.............., XN, YN, ZN, ':k');
how can I do this without having to write the N coordinates in the plot?
Thank you!