Contour plotting a function in matlab over n levels

前端 未结 0 387
春和景丽
春和景丽 2020-11-27 18:30

This script f = @(x,y) (1-x)^2 + 100*(y-x^2)^2; fcontour(f,[-2,2]);

draws the contours of the function, over the interval [-2,2]. Is it possible to displ

相关标签:
回答
  • 消灭零回复
提交回复
热议问题