how to plot into quadratic graph?

2 次查看(过去 30 天)
f = @(x,y) 100*(Y-X^2)^2+(1-X)^2

采纳的回答

Ameer Hamza
Ameer Hamza 2020-3-22
f = @(x,y) 100*(y-y.^2).^2+(1-x).^2;
fsurf(f, [-10 10 -10 10])
  4 个评论

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Surface and Mesh Plots 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by