.MAT to .DAT

조회 수: 4 (최근 30일)
Meh
Meh 2012년 3월 13일
I have a prepared a matlab mat file and i want to export it to a text .dat file. The .dat file has to be SPACE-DELIMITED. What is the best way to do this. Thanx!

답변 (1개)

Wayne King
Wayne King 2012년 3월 13일
Does the .mat file have only numeric data?
You can use dlmwrite with the 'delimiter','\t' option to tab delimit the data. See the help for dlmwrite
You can also just try using save with the -ascii option

카테고리

Help CenterFile Exchange에서 Low-Level File I/O에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by