フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

how to plot non-quadratic function

1 回表示 (過去 30 日間)
RAHUL KUMAR
RAHUL KUMAR 2019 年 9 月 29 日
閉鎖済み: Matt J 2019 年 9 月 30 日
x0=[2,0];
fun=@(x) x(1)^3-16*x(1)+2*x(2)-3*x(2)^2 %this is my objective function
x = fminsearch(fun,x0)
contour(fun,[-5 5])
When i plot this function i'm getting this error "Input arguments must be numeric or objects which can be converted to double."
Can anyone tell, what is the problem
  2 件のコメント
Rik
Rik 2019 年 9 月 29 日
What do you mean with a contour if you only have a function of one variable? It usually only makes sense to talk about contours if you have a function of two variables.
You error occurs because ezcontour expects a function with two inputs.
RAHUL KUMAR
RAHUL KUMAR 2019 年 9 月 29 日
so which command i use for contour plot

回答 (0 件)

この質問は閉じられています。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by