On 1/28/2013 6:21 PM, Elnaz wrote:
> Hi all,
>
> How can I plot different rows of a matrix with different colors all in
> one semilogy calling?
...
> Can somebody tell me what is the correct syntax to do so?
...
Syntax is the same as for PLOT
doc plot % for specifics
You'll need x,y,'spec' triplets for the various lines...
--
> Hi all,
>
> How can I plot different rows of a matrix with different colors all in
> one semilogy calling?
...
> Can somebody tell me what is the correct syntax to do so?
...
Syntax is the same as for PLOT
doc plot % for specifics
You'll need x,y,'spec' triplets for the various lines...
--