Rolve function around axis to create 3D surface.

9 ビュー (過去 30 日間)
MLP
MLP 2020 年 6 月 30 日
コメント済み: Star Strider 2020 年 7 月 1 日
Hello,
I am fairly new to matlab and know the basics. I am trying to create a 3D surface from the function y by revolving it around the x axis. The function is the profile of the tip of a bullet and I am looking to obtain a 3D plot. Thank you in advance!
x = linspace(0,1,100);
y = (2).*(x./12).^0.5;

採用された回答

Star Strider
Star Strider 2020 年 6 月 30 日
  4 件のコメント
MLP
MLP 2020 年 7 月 1 日
hey thank you so much for taking the time to help me out, it works perfectly!
Star Strider
Star Strider 2020 年 7 月 1 日
As always, my pleasure!

サインインしてコメントする。

その他の回答 (1 件)

Gurpreet Singh
Gurpreet Singh 2020 年 6 月 30 日
Hi Mateo,
It is my understanding that you are trying to create a 3D surface using a 2D plot by revolving it around the x axis.
The following links might help you.

カテゴリ

Help Center および File ExchangeSurface and Mesh Plots についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by