fprintf handles.Value?
3 ビュー (過去 30 日間)
表示 古いコメント
Hello,
My
handles.Value = '1.42'
I'm trying to print this to a text file using:
printf(fileID,'%3.2s',handles.Value)
but it keeps printing '3'
If I try to change '%3.2s' do anything, I end up getting different values that are not '1.42'
What am I doing wrong?
Thanks
0 件のコメント
採用された回答
その他の回答 (0 件)
参考
カテゴリ
Find more on File Operations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!