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

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 Kommentare

Dyuman Joshi
Dyuman Joshi am 1 Mär. 2024
You could use plot3 for the curves, using linearly spaced for a fixed dimension.
However, incorporating the curved arrow and images seems a relatively difficult task.
abhilasha
abhilasha am 1 Mär. 2024
i have used the plot3 but the graph is not break between the two different samples.
Chunru
Chunru am 4 Mär. 2024
See the updated answer for breaking the segment using waterfall

Melden Sie sich an, um zu kommentieren.

 Akzeptierte Antwort

Chunru
Chunru am 1 Mär. 2024
Bearbeitet: Chunru am 4 Mär. 2024
x = readtable("https://www.mathworks.com/matlabcentral/answers/uploaded_files/1632251/data.xlsx");
waterfall(table2array(x)')

Weitere Antworten (0)

Kategorien

Mehr zu 2-D and 3-D Plots finden Sie in Hilfe-Center und File Exchange

Produkte

Version

R2023a

Tags

Gefragt:

am 1 Mär. 2024

Kommentiert:

am 4 Mär. 2024

Community Treasure Hunt

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

Start Hunting!

Translated by