Re: Specifying multiple colors on line' command
- From: "Robin C" <delete_cFIRST@xxxxxxxxx>
- Date: Thu, 31 May 2007 11:38:39 -0400
thanks I already found it using 'colororder ' property
--Robin
us wrote:
.
Robin C:
<SNIP down to small typo...
one of the solutions
b=zeros(3,5);
b(:,1)=1:3;
b(:,2:5)=reshape([1:12],3,4);
% line(b(:,1),b(:2:5));
line(b(:,1),b(:,2:5));
us
- References:
- Specifying multiple colors on line' command
- From: Robin C
- Re: Specifying multiple colors on line' command
- From: us
- Specifying multiple colors on line' command
- Prev by Date: Re: Image transformations: converting points on o
- Next by Date: Re: Why I get the warning
- Previous by thread: Re: Specifying multiple colors on line' command
- Next by thread: DVB-S simulation
- Index(es):