how can i convert data in double format to ascii using matlab?
3 ビュー (過去 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!