I have a 2 column matrix(called M
, which I visualize as two vectors using Matlab's plot
command(plot(M)
). I have two issues:
- I want to label the vectors themselves on the plot.
- I want to label each row of the matrix(i.e. each vector component) on the plot.
How would I go about doing those things?