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

3 visualizaciones (últimos 30 días)
abhilasha
abhilasha el 1 de Mzo. de 2024
Comentada: Chunru el 4 de Mzo. de 2024
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 comentarios
abhilasha
abhilasha el 1 de Mzo. de 2024
i have used the plot3 but the graph is not break between the two different samples.
Chunru
Chunru el 4 de Mzo. de 2024
See the updated answer for breaking the segment using waterfall

Iniciar sesión para comentar.

Respuesta aceptada

Chunru
Chunru el 1 de Mzo. de 2024
Editada: Chunru el 4 de Mzo. de 2024
x = readtable("https://www.mathworks.com/matlabcentral/answers/uploaded_files/1632251/data.xlsx");
waterfall(table2array(x)')

Más respuestas (0)

Categorías

Más información sobre Bar Plots en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by