3D plot with uncertainties
이전 댓글 표시
I want to plot a 3d curve with uncertainties of one variable. Could you please help me how to make this plot? Thanks! for example: I have:
u=0:0.001:20; plot3(sin(u), cos(u),u);
Now if u in the sin(u), cos(u) term has 10% uncertainties and I want to show the 3d plot, i.e., plot3 (sin(u+-0.1u), cos(u+-0.1u),u), How can I make this plot?
Thanks very much!
답변 (1개)
Sean de Wolski
2011년 8월 8일
So maybe a variation of:
doc streamtube
doc streamribbon
?
카테고리
도움말 센터 및 File Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!