why legend for multiple matrix is not showing the appropriate data?
Show older comments
I have 6 matrix as A=rand(10,10),B=rand(10,10),C=rand(10,10) and a=rand(10,10),b=rand(10,10),c=rand(10,10). i want to plot all elements as plot(a,A,'r*',b,B,'b+',c,C,'go'); i am able to plot this way but while calling legend i am facing problem.
i want legend('a','b','c'); where a will indicate red color *,b as blue + and c as green o.
can it be done please help me...i am getting output as

3 Comments
Mischa Kim
on 24 Jun 2014
Suchismita, I do not see anything wrong with your code. What exactly is not working as expected?
suchismita
on 24 Jun 2014
suchismita
on 25 Jun 2014
Accepted Answer
More Answers (0)
Categories
Find more on Annotations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
