How to convert 2D plot to 3D.
1 回表示 (過去 30 日間)
古いコメントを表示
I have a plot that gives me the following plot.
plot(field0(:,1), field0(:,2))
xlim([-0.1 0.02])

Is it possible to convert this to 3D plot that will look something like this?

6 件のコメント
Rik
2021 年 12 月 8 日
In that case you must first try to find the peak point and decide how exactly you want to rotate. Do you want to make it symetrical? The plot you showed isn't symetrical itself, so how should the code deal with that?
採用された回答
その他の回答 (1 件)
参考
カテゴリ
Help Center および File Exchange で Line Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!