I have a matrix which comprises of data of calculated motions of the planets which gets calculated through an ODE and then plotted, I need to plot each of the planets separately, is it possible to do this in real time by using a set function for just the one matrix, or would I have to break the matrix up accordingly? (There are 60 columns for the x,y,z position and velocity of the Sun, Mercury, Venus, Earth, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto) The columns in this matrix that I need to plot are the first three of every group of six
Thanks
Chris