From: Gareth Jones on
Hello,

I'm just wondering if it is possible to plot 1 column value as X, against several row values as Y1, Y2....Yn.
For example, I have a matrix consisting of several columns, with each row of that column containing a number from 1-107.
In my array I have, at the moment, 13 columns, with each row across all columns, consisting of the read time for 1 file (each column representing each occurence that the file has been read.
So, is it possible to plot X as the numbers in my matrix, and plot it against Y1, Y2, Y3, etc which are the times on each row, transcending all columns in my array?
From: ade77 on
Can you expand on this problem, or give small example of your data. if you have 13 columns, is your number of rows also 13? with range [1 107], or does the number of row larger than 13?.

or are just trying to plot one column versus many columns?

"Gareth Jones" <gmj123(a)hotmail.co.uk> wrote in message <hcequc$2q0$1(a)fred.mathworks.com>...
> Hello,
>
> I'm just wondering if it is possible to plot 1 column value as X, against several row values as Y1, Y2....Yn.
> For example, I have a matrix consisting of several columns, with each row of that column containing a number from 1-107.
> In my array I have, at the moment, 13 columns, with each row across all columns, consisting of the read time for 1 file (each column representing each occurence that the file has been read.
> So, is it possible to plot X as the numbers in my matrix, and plot it against Y1, Y2, Y3, etc which are the times on each row, transcending all columns in my array?