How to see sample input data to MATLAB
7 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Masahiro
el 9 de Abr. de 2023
Comentada: Eduardo Lugo Hernández
el 27 de Nov. de 2024 a las 17:32
I would like to make a geobubble chart.
How can I open 'tsunamis.xlsx' to see the table?
Since I am a beginner on MATLAB, I would like to check it.
3 comentarios
Eduardo Lugo Hernández
el 27 de Nov. de 2024 a las 17:32
You can save it in a new var with the save command.
Respuestas (1)
Gokul Nath S J
el 18 de Abr. de 2023
Hi Masahiro,
Based on your query it seems, it seems that you would like to see the tsunamis.xlsx data. The following steps would ensure you to view the data
- Copy the command 'openExample('graphics/DisplayTsunamiDataFromTableExample')' and paste it in the MATLAB Editor.
- Run the file and make sure it ran without errors.
- On the right side in the workspace, double click on the 'tsunamis' variable. A table will open up in the main window.
with regards,
Gokul Nath S J
Ver también
Categorías
Más información sobre Geographic Plots en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!