I wanna change the assigned value format's long in this function (value) "set(handles.edit1, 'String', value)"
Mostra commenti meno recenti
%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
Risposta accettata
Più risposte (1)
Yao Li
il 17 Apr 2013
1 voto
x='-0.134635523018792';
Categorie
Scopri di più su Characters and Strings in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!