how to import .mat file in excel?
Mostrar comentarios más antiguos
for i=1:10
j(i)=i*5:
end
save('j.mat', 'j')
can i import this j.mat file in excel?
Respuesta aceptada
Más respuestas (1)
Maxim Semyonov
el 22 de Sept. de 2015
0 votos
Not sure if it's feasible to import .mat file directly to excel. However you can save your data from Matlab directly to an xls file using xlswrite() function.
Categorías
Más información sobre Spreadsheets en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!