plotting graph 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!