I wanna change the assigned value format's long in this function (value) "set(handles.edit1, 'String', value)"
古いコメントを表示
%for example x=-0.134635523018792
%for gui presentation
set(handles.edit1, 'String', x)
%in gui x=-0.1346355 %7 numbers after the dot is appeared but I want to see whole numbers after the dot
採用された回答
その他の回答 (1 件)
Yao Li
2013 年 4 月 17 日
1 投票
x='-0.134635523018792';
カテゴリ
ヘルプ センター および File Exchange で Logical についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!