필터 지우기
필터 지우기

copy string to other edit text in same GUI

조회 수: 2 (최근 30일)
Luhur
Luhur 2012년 6월 11일
hi all
just wanna ask very simple question since im a beginner...
how to copy the same string between 2 or more edit text for example i will set: set(handles.editText1, 'String', 'a')
how can i set editText2, editText3, editText4, etc... to be the same as editText1 String which is 'a'
thanks

채택된 답변

Walter Roberson
Walter Roberson 2012년 6월 11일
set([handles.editText2, handles.editText3, handles.editText4], 'String', get(handles.editText1, 'String') )

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Text Data Preparation에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by