Plotting straight line on graph
Ältere Kommentare anzeigen
Hey easy question but how do i plot the line y=40 in matlab? What is the script i need to write?
Thanks zane :)
Akzeptierte Antwort
Weitere Antworten (2)
Walter Roberson
am 5 Aug. 2015
plot([first_x last_x], 40)
Vedangi Gholap
am 16 Okt. 2023
0 Stimmen
plot([0 3], [40,40])
Kategorien
Mehr zu Line Plots finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!