How to draw a 3D plot of a function in form y=f(X) and X is an array [X(1),X(2)] ?
Show older comments
Hi every body i need to draw a function in form :
function F_cost= objfun(X)
F_cost=(cos(X(1)*X(2)));
I cant use fplot or ezsurf and i don't know why !!
for example ezsurf (objfun) or ezplot(objfun,[-3 3 -3 3]) doesn't work !!
Can any body help me plz !?
Bests Sadeg
Accepted Answer
More Answers (1)
ss
on 10 Apr 2014
1 Comment
Mischa Kim
on 10 Apr 2014
See answer above. Please post follow-up questions and comments as comments, not questions.
Categories
Find more on Performance and Memory in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!