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에서 Characters and Strings에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!