필터 지우기
필터 지우기

how i can plot this 3D graph ?

조회 수: 1 (최근 30일)
FIRAS
FIRAS 2012년 12월 7일
Create a plot of the sinc® function shown in a previous slide, but in this case make the plot region a circular area in the xy plane that has a radius of 3p. (Hint: you will need to create an xy plaid but computed from a grid defined using polar coordinates.) Add a circular disk of radius = 3p to the above sinc® plot. (Hint: you can use hold on to add additional surfaces using the surf command just like you did for plot() ). Now add a vertical plane (y=0) and a second vertical plane (x=0) to the plot. This effectively partitions the surface into 8 regions. <<<http://mathworks.com/matlabcentral/images/surf.gif>>>

답변 (1개)

Muruganandham Subramanian
Muruganandham Subramanian 2012년 12월 7일
plot(x,y,z)
or
view(3)
or
plot3(x,y,z)

카테고리

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