필터 지우기
필터 지우기

How do I save data to a file in Matlab?

조회 수: 2 (최근 30일)
Alexandria Will-Cole
Alexandria Will-Cole 2018년 11월 14일
댓글: madhan ravi 2018년 11월 14일
I have three different variables that are 400x1 doubles and I would like to save this data in one file that is delimited by a tab. Please help! Thanks!

답변 (1개)

madhan ravi
madhan ravi 2018년 11월 14일
dlmwrite('sample.txt',[a,b,c],'delimiter','\t') %a,b and c are variables
  댓글 수: 4
Alexandria Will-Cole
Alexandria Will-Cole 2018년 11월 14일
I am looping through multiple data files processing and attempting to save the data into new data files, so that is why it is in a loop. Any advice?
madhan ravi
madhan ravi 2018년 11월 14일

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

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by