saving a csv file as a .mat file
조회 수: 20 (최근 30일)
이전 댓글 표시
How can i save a csv file as a .mat file
댓글 수: 0
채택된 답변
Pedro Villena
2012년 10월 18일
if columns have equal number of rows
M=csvread('filename.csv')
save('filename.mat','M')
추가 답변 (2개)
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!