How to plot a surface in its parametric form ?
이전 댓글 표시
Hello,
I have à problem when I try to plot a surface that has this form for exemple:
0=<r=<infinite
0=<t=<2*pi
x=r*cos (t)
y=r*sin (t)
z=(r^3)/6
This is the surface il want to plot but the value in z bother me. Indeed I can't use meshgrid because of that.
What can I do?
Thanks for your help !
채택된 답변
추가 답변 (1개)
José-Luis
2017년 2월 10일
0 개 추천
You don't need to use meshgrid() if you have the symbolic math toolbox.
카테고리
도움말 센터 및 File Exchange에서 Surfaces and Volumes에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!