필터 지우기
필터 지우기

PLease Help Code to graph specific ftc.

조회 수: 1 (최근 30일)
Sophia Golubyatnikov
Sophia Golubyatnikov 2021년 10월 14일
답변: Ashutosh Singh Baghel 2021년 10월 19일
  댓글 수: 2
KSSV
KSSV 2021년 10월 14일
What have you attempted for your home work?
Sophia Golubyatnikov
Sophia Golubyatnikov 2021년 10월 14일
I attempted a different option; I first tired this one and could not get sin(5x)cos(5y) to properly divide by 5. This is also my first time on the plat form so I am not super familiar with it!

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

답변 (1개)

Ashutosh Singh Baghel
Ashutosh Singh Baghel 2021년 10월 19일
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]);
Refer to the following MATLAB documentation page on 'fsurf'.

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by