Plotting straight line on graph
Mostra commenti meno recenti
Hey easy question but how do i plot the line y=40 in matlab? What is the script i need to write?
Thanks zane :)
Risposta accettata
Più risposte (2)
Walter Roberson
il 5 Ago 2015
plot([first_x last_x], 40)
Vedangi Gholap
il 16 Ott 2023
0 voti
plot([0 3], [40,40])
Categorie
Scopri di più su Line Plots 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!