Loading excel data using a professional code

Respuestas (1)

Animesh
Animesh el 5 de Mayo de 2025

0 votos

To import data in matlab you can use "load" function
Note: The only kind of "excel file" that you can use with load() is a .csv file. The file which you are trying to load should be purely numeric with no headers, with no missing entries, and with no text.
You can refer here:
For other workbook, you can use readcell, readtable or readmatrix according to your data and output format.

Productos

Versión

R2021a

Etiquetas

Preguntada:

el 12 de Jun. de 2021

Respondida:

el 5 de Mayo de 2025

Community Treasure Hunt

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

Start Hunting!

Translated by