필터 지우기
필터 지우기

how to import .mat file in excel?

조회 수: 135 (최근 30일)
Muhammad Umer
Muhammad Umer 2015년 9월 22일
답변: Maxim Semyonov 2015년 9월 22일
for i=1:10
j(i)=i*5:
end
save('j.mat', 'j')
can i import this j.mat file in excel?

채택된 답변

Thorsten
Thorsten 2015년 9월 22일
There are several worksarounds to do that, as explained in
Alternatively, you could create an excel file from Matlab using
xlswrite

추가 답변 (1개)

Maxim Semyonov
Maxim Semyonov 2015년 9월 22일
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.

카테고리

Help CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by