フィルターのクリア

How to make a solid of revolution using a function

10 ビュー (過去 30 日間)
Fernando Moreno
Fernando Moreno 2022 年 3 月 9 日
回答済み: Torsten 2022 年 3 月 9 日
Im trying to plot a 2d function into a 3d one making it into a solid of revolution but Im not getting right at all, is there any way to do it?
The solid of revolution needs to be done by spinning it in the y axis
syms x
y1=sqrt(1-x^3)
figure(34)
hold on
fplot(y1,[0,1])
yline(0)
xline(0)
hold off
syms x
figure(342)
fsurf(y1,x,x,[0,1])

回答 (1 件)

Torsten
Torsten 2022 年 3 月 9 日

カテゴリ

Help Center および File ExchangeLine Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by