Can I make addpoints function show me more than one curve in ONE figure ?
Afficher commentaires plus anciens
I asked this question https://www.mathworks.com/matlabcentral/answers/1771360-if-for-loop-repeated-itself-many-times-can-i-plot-what-calculated-inside-for-loop-in-one-curve
and got the answer from @ Walter Roberson, but now I modified the question as in the code below,,Can I use the addpoints function to show me
x1(i), x2(i), x3(i), and x4(i)
in ONE figure BUT seperated (Splitted curves in one figure) ?
Thanks in advance
while 1
for i=1:20
x1(i)=something
x2(i)=something
x3(i)=something
x4(i)=something
end
plot(x,i)
end
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Animation dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!