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!