how can i convert data in double format to ascii using matlab?
조회 수: 4 (최근 30일)
이전 댓글 표시
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?
댓글 수: 0
답변 (1개)
Walter Roberson
2014년 4월 9일
save -ascii
is one way, for some circumstances.
Other than that, see fprintf() and sprintf()
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Data Type Conversion에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!