How to import a .xlsx file specified as filename and save it a .mat

1 visualización (últimos 30 días)
Amanda
Amanda el 3 de Nov. de 2022
Editada: Kevin Holly el 3 de Nov. de 2022
I have 3 .xlsx files that need to be specifed as 'filename' then saved as a .mat file but i dont know how to do this

Respuestas (1)

Kevin Holly
Kevin Holly el 3 de Nov. de 2022
Editada: Kevin Holly el 3 de Nov. de 2022
You can use uigetfile function. If you want to load multifiles, you can use the input 'MultiSelect' and set it to 'on'. You can use readtable to read the .xlsx files. Then you can use save to save the file as a .mat file.

Categorías

Más información sobre File Operations en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by