필터 지우기
필터 지우기

Saving of a file?

조회 수: 1 (최근 30일)
AbelM Kusemererwa
AbelM Kusemererwa 2015년 7월 14일
편집: AbelM Kusemererwa 2015년 7월 15일
How to convert say " nat.log " to " nat.txt "?

답변 (1개)

Star Strider
Star Strider 2015년 7월 14일
You can use the save function to save it as an ASCII file, although it is probably better to save it as a default binary .mat file. (Use the load function to load it back into your workspace.)
They are much easier to work with, unless you need to export it to an application outside MATLAB, but then the outside application can load it as a .log file.

카테고리

Help CenterFile Exchange에서 Workspace Variables and MAT-Files에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by