importing a table from a file with multiple tables
18 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Izabel M.
el 15 de Sept. de 2025 a las 1:44
Respondida: Lei Hou
el 26 de Sept. de 2025 a las 15:32

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:)
0 comentarios
Respuestas (2)
Image Analyst
el 15 de Sept. de 2025 a las 3:38
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:
0 comentarios
Lei Hou
el 26 de Sept. de 2025 a las 15:32
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
0 comentarios
Ver también
Categorías
Más información sobre Spreadsheets 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!