| Author |
Message |
aliazmat
Joined: 14 Mar 2008 Posts: 46 Helped: 2
|
19 Sep 2008 12:44 4 curves and legend with three curve description |
|
|
|
friends;
I am using matlab, I have 4 curves in the graph and want to show them using legend
but in legend I want to show the desription of three of them and want to escape on curve description from legend.
I mean, 4 curves are in graph, and graph shows legend regarding 3 one is left on my wish.
how can I ?
Please some idea ////////
|
|
| Back to top |
|
 |
changfa
Joined: 14 Dec 2005 Posts: 276 Helped: 82
|
14 Oct 2008 18:11 Re: 4 curves and legend with three curve description |
|
|
|
Just a h(at)ck.
Plot your first three curves in one Matlab figure and show the legend for these 3 curves. Then, in another Matlab figure (e.g., you can create a new figure in Matlab with the command "figure"), you plot the fourth one. Then, copy the fourth curve and paste it to the previous figure. (To enable copy-and-paste in Matlab figures, you need to click the arrow button in Matlab figures.)
|
|
| Back to top |
|
 |
aliazmat
Joined: 14 Mar 2008 Posts: 46 Helped: 2
|
16 Oct 2008 21:09 Re: 4 curves and legend with three curve description |
|
|
|
| thanks
|
|
| Back to top |
|
 |