Plotting straight line on graph
古いコメントを表示
Hey easy question but how do i plot the line y=40 in matlab? What is the script i need to write?
Thanks zane :)
採用された回答
その他の回答 (2 件)
Walter Roberson
2015 年 8 月 5 日
plot([first_x last_x], 40)
Vedangi Gholap
2023 年 10 月 16 日
0 投票
plot([0 3], [40,40])
カテゴリ
ヘルプ センター および File Exchange で Line Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!