The plot of a given equation

1 次查看(过去 30 天)
How to plot a graph of this equation:
Fmax = 37509.41*sqrt(h) , with h ranging from 0-2

采纳的回答

Torsten
Torsten 2022-10-7
h=0:0.01:2;
Fmax = 37509.41*sqrt(h);
plot(h,Fmax)

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 2-D and 3-D Plots 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by