How do I scale a scatter-plot to 250 by 250 using the line data type?
Mostra commenti meno recenti
This is the code:
% x=[1,2,3,4,5,6]
y=exp(x)
scatter(x,y,'*')
line(25,4)
When I tried doing this, I got a scale of 450 by 25. Thanks in advance.
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Annotations in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!