How to see sample input data to MATLAB
조회 수: 5 (최근 30일)
이전 댓글 표시
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
답변 (1개)
Gokul Nath S J
2023년 4월 18일
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
참고 항목
카테고리
Help Center 및 File Exchange에서 Geographic Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!