Convert .mat files to csv
이전 댓글 표시
Hi. I need to convert some .mat files contained in a folder to csv with a for loop. What is the best way to do it?
댓글 수: 3
KSSV
2022년 10월 10일
It depends on what data mat files has.
John
2022년 10월 10일
Davide Masiello
2022년 10월 10일
Maybe best to share the .mat file
답변 (1개)
xlswrite('MyFile.csv',X,1);
X = is the matrix you are trying to save. 1 is the number of sheet.
카테고리
도움말 센터 및 File Exchange에서 Tables에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!