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!