how can i import my excel data into matlab through script ??

1 visualización (últimos 30 días)
Rizwan Ali
Rizwan Ali el 18 de En. de 2016
Respondida: Walter Roberson el 19 de En. de 2016
i'm having some problem to import my excel data into matlab through script, as my excel file contains quite complex data so please tell me how should i do that.. i've attached my excel data file.. please find it enclosed and help me through

Respuestas (1)

Walter Roberson
Walter Roberson el 19 de En. de 2016
num = xlsread('leak_data.xlsx');
Now num will be only the numeric part, rows 2 to 13. The empty parts of columns 4, 5, and 6 will have NaN stored in them.

Categorías

Más información sobre Data Import from MATLAB 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!

Translated by