How can i draw contours of a function of the form f(x)=X1^2+X2^2?

1 次查看(过去 30 天)
contour(X1,X2,f) doesn't draw contours.

回答(1 个)

Honglei Chen
Honglei Chen 2018-9-24
Are you looking for something like this?
ezcontour(@(x1,x2)x1.^2+x2.^2)
HTH

类别

Help CenterFile Exchange 中查找有关 Contour Plots 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by