필터 지우기
필터 지우기

3D sinus imaginary part

조회 수: 1 (최근 30일)
Levy Wiggelinkhuizen
Levy Wiggelinkhuizen 2019년 2월 12일
댓글: Levy Wiggelinkhuizen 2019년 2월 22일
Hello fellow matlab users,
How can i build the following 3D sinus function?
Could somebody point me in the right direction.
Much appreciated!

채택된 답변

Jon Wieser
Jon Wieser 2019년 2월 12일
편집: madhan ravi 2019년 2월 13일
This will get you started
[x,y]=meshgrid(-1:.1:1,-6:.1:6);
z=x.*sin(y);
surf(x,y,z)

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Matrix Indexing에 대해 자세히 알아보기

제품


릴리스

R2016b

Community Treasure Hunt

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

Start Hunting!

Translated by