How to write this?
이전 댓글 표시
답변 (1개)
To answer your question:
f(x)=(x1-1)^2+(x2-1)^2
To answer the question you meant to ask:
f=@(x1,x2) (x1-1).^2+(x2-1).^2;
Depending on what you want to do that might be the correct form.
카테고리
도움말 센터 및 File Exchange에서 Creating, Deleting, and Querying Graphics Objects에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!