I wanna change the assigned value format's long in this function (value) "set(handles.edit1, 'String', value)"
Afficher commentaires plus anciens
%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
Réponse acceptée
Plus de réponses (1)
Yao Li
le 17 Avr 2013
1 vote
x='-0.134635523018792';
Catégories
En savoir plus sur Characters and Strings dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!