필터 지우기
필터 지우기

saving a csv file as a .mat file

조회 수: 25 (최근 30일)
Lisa Justin
Lisa Justin 2012년 10월 18일
댓글: nasser tamim 2020년 8월 10일
How can i save a csv file as a .mat file

채택된 답변

Pedro Villena
Pedro Villena 2012년 10월 18일
if columns have equal number of rows
M=csvread('filename.csv')
save('filename.mat','M')
  댓글 수: 2
Lisa Justin
Lisa Justin 2012년 10월 19일
Thanks Pedro
nasser tamim
nasser tamim 2020년 8월 10일
yhanks pedro

댓글을 달려면 로그인하십시오.

추가 답변 (2개)

Sachin Ganjare
Sachin Ganjare 2012년 10월 18일
  댓글 수: 2
Lisa Justin
Lisa Justin 2012년 10월 18일
i have a csv file and want to convert it to a matlab file. how can i do this?
Sachin Ganjare
Sachin Ganjare 2012년 10월 18일

댓글을 달려면 로그인하십시오.


Milad
Milad 2016년 5월 11일
was helpful.

카테고리

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

제품

Community Treasure Hunt

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

Start Hunting!

Translated by