Clear Filters
Clear Filters

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

1 view (last 30 days)
contour(X1,X2,f) doesn't draw contours.

Answers (1)

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

Categories

Find more on Contour Plots in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!