I have a question about plot. Plesase help me.
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Nguyen Trong Nhan
il 20 Dic 2013
Commentato: Nguyen Trong Nhan
il 20 Dic 2013
I want to draw a line x = a perpendicular to the x axis in matlab. How do I do ? (with a = constant) value y from 3 to 5.
0 Commenti
Risposta accettata
Azzi Abdelmalek
il 20 Dic 2013
Modificato: Azzi Abdelmalek
il 20 Dic 2013
s=get(gca,'ylim')
hold on;
plot([a a],s)
2 Commenti
Più risposte (1)
Vedere anche
Categorie
Scopri di più su 2-D and 3-D Plots in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!