f(x,y) = (x-1)*sin(y)

댓글 수: 1

Matt J
Matt J 2015년 5월 3일
error occur
We have no way to be sure what error you saw. You should paste the error messages into your Question.

댓글을 달려면 로그인하십시오.

 채택된 답변

Matt J
Matt J 2015년 5월 3일
편집: Matt J 2015년 5월 3일

0 개 추천

One problem that I see: your 2 unknowns must be passed to obj as a single argument
obj=@(x) (x(1)-1).*sin(x(2))

추가 답변 (0개)

카테고리

질문:

2015년 5월 3일

편집:

2015년 5월 4일

Community Treasure Hunt

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

Start Hunting!

Translated by