How to see sample input data to MATLAB

5 views (last 30 days)
I would like to make a geobubble chart.
In this MathWorks website, the sample code read 'tsunamis.xlsx'.
How can I open 'tsunamis.xlsx' to see the table?
Since I am a beginner on MATLAB, I would like to check it.
  3 Comments
Masahiro
Masahiro on 5 May 2023
Thank you for your answer! This was helpful.
Eduardo Lugo Hernández
Eduardo Lugo Hernández on 27 Nov 2024
You can save it in a new var with the save command.

Sign in to comment.

Answers (1)

Gokul Nath S J
Gokul Nath S J on 18 Apr 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

Categories

Find more on Geographic Plots in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!