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)
类别
在 帮助中心 和 File Exchange 中查找有关 Line Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!