Saving data to .txt

조회 수: 4 (최근 30일)
Libor Voprsalek
Libor Voprsalek 2019년 2월 25일
댓글: ANKUR KUMAR 2019년 2월 25일
Hello guys,
I need to save data from valuable "sig" which contain 160 000 digit samples in a line into the .txt file in ANSI (not ANCII !) format with only 36 Byte on a line.
Thank you for help!

답변 (2개)

ANKUR KUMAR
ANKUR KUMAR 2019년 2월 25일
Use dlmwrite to write into a ASCII file.
A=magic(5)
dlmwrite('sample.txt',A)

Libor Voprsalek
Libor Voprsalek 2019년 2월 25일
I need ANSI.

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by