assigning cell data into edit in gui.

조회 수: 8 (최근 30일)
sermet
sermet 2013년 7월 18일
rotation_x=degrees2dms(-2.367444444*10^-4)
rotation_x_char= sprintf('%2.0fd%2.0fm%7.5fs%s\n', rotation_x(:))
rotation_x_cell=cellstr(rotation_x_char)
rotation_x_cell =
'-0d-0m-0.85228s'
%I want to assign this cell data into edit which its tag "edit1".
%could you give me the codes I need?
%thanks in advance

채택된 답변

Andrew Reibold
Andrew Reibold 2013년 7월 22일
set(handles.edit1, 'String', rotation_x_cell)

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by