importing a table from a file with multiple tables

8 visualizzazioni (ultimi 30 giorni)
Izabel M.
Izabel M. il 15 Set 2025
Risposto: Lei Hou il 26 Set 2025
I want to specifically import data from Table 3 but I'm unsure how to write that in my script.
If anyone could help I'd appreciate it:)

Risposte (2)

Image Analyst
Image Analyst il 15 Set 2025
Try
t = readtable('summary_tables_rev2.xlsx')
If you have any more questions, then attach your workbook and code to read it in with the paperclip icon after you read this:

Lei Hou
Lei Hou il 26 Set 2025
Hi Izabel,
You can use the input parameter 'Sheet' to specify the sheet to read from. Try
t = readtable('summary_tables_rev2.xlsx', Sheet="Table 3")
Hoping this is helpful to you.
Best,
Lei

Community Treasure Hunt

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

Start Hunting!

Translated by