PLease Help Code to graph specific ftc.
이전 댓글 표시

댓글 수: 2
KSSV
2021년 10월 14일
What have you attempted for your home work?
Sophia Golubyatnikov
2021년 10월 14일
답변 (1개)
Hi Sophia,
I believe you wish to plot the above function in 'x' and 'y'. Please refer to the example below.
func = @(x,y) x.^2+y.^2;
fsurf(func,[-2 2 -2 2]);
카테고리
도움말 센터 및 File Exchange에서 Networks에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
