How can i plot a 3D graph using excel file?

5 ビュー (過去 30 日間)
abhilasha
abhilasha 2024 年 3 月 1 日
コメント済み: Chunru 2024 年 3 月 4 日
Hi, there,
I have data in excel file where each column represent the different channel, like the attached file.
How can I plot the data like this fig?
Thanks!
  3 件のコメント
abhilasha
abhilasha 2024 年 3 月 1 日
i have used the plot3 but the graph is not break between the two different samples.
Chunru
Chunru 2024 年 3 月 4 日
See the updated answer for breaking the segment using waterfall

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

採用された回答

Chunru
Chunru 2024 年 3 月 1 日
編集済み: Chunru 2024 年 3 月 4 日
x = readtable("https://www.mathworks.com/matlabcentral/answers/uploaded_files/1632251/data.xlsx");
waterfall(table2array(x)')

その他の回答 (0 件)

カテゴリ

Help Center および File Exchange2-D and 3-D Plots についてさらに検索

タグ

製品


リリース

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by