Suppose I have a matrix with n columns and m rows. In my case I have a setup depending on a parameter which can take n different values. For each of these values I do some calculation, the m elements in the rows. Now I would like to plot each column against a vector (timestep), which is of course of length m. How do I do this? It should be something like plot(timestep,i-th column)? Thanks in advance!
cheers
math