plotting graph straight line
이전 댓글 표시
y=x^2+5
x=4
how do I plot this graph as a straight line
답변 (1개)
Star Strider
2020년 3월 7일
x = 4;
y=x^2+5;
figure
yline(y)
카테고리
도움말 센터 및 File Exchange에서 Line Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!