필터 지우기
필터 지우기

how can i convert data in double format to ascii using matlab?

조회 수: 1 (최근 30일)
SHRUTHI k
SHRUTHI k 2014년 4월 9일
답변: Walter Roberson 2014년 4월 9일
i need to convert the data which is in double format to ascii equivalent using matlab tool.how i can do that?can anybody help me please?

답변 (1개)

Walter Roberson
Walter Roberson 2014년 4월 9일
save -ascii
is one way, for some circumstances.
Other than that, see fprintf() and sprintf()

카테고리

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

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by