I wanna change the assigned value format's long in this function (value) "set(handles.edit1, 'String', value)"
Ältere Kommentare anzeigen
%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
Akzeptierte Antwort
Weitere Antworten (1)
Yao Li
am 17 Apr. 2013
1 Stimme
x='-0.134635523018792';
Kategorien
Mehr zu Characters and Strings finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!