hi i am new to matlab ,how to add multiple legends inside a for loop for multiple plots in one graph .can anybody suggest how to make the plots with different colours
Show older comments
if true
% for i=1:3
plot((1:10).^i);
hold on;
end
Answers (0)
Categories
Find more on Legend 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!