converting matlab to .csv file
조회 수: 8 (최근 30일)
이전 댓글 표시
I have a lot of matlab data files, is there a tool that will convert these files to a .csv file?
thanks....kim
채택된 답변
Walter Roberson
2011년 4월 1일
csvwrite() or dlmwrite()
If the .mat files involves multiple variables, how do you want to put together the .csv file?
If the .mat files involve cell arrays, you may need to use xlswrite() or format the data yourself with fprintf()
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Text Files에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!