link between edit text 1 and 2 when puch button has click

 Respuesta aceptada

Sara
Sara el 13 de Mayo de 2014
in the edit1 callback save the variable inputted by the user in a variable:
handles.myvar = get(handles.edit1,'string');
guidata(hObject, handles);
in the pushbutton callback put:
set(handles.edit2,'string',handles.myvar)

Más respuestas (0)

Categorías

Etiquetas

Preguntada:

el 13 de Mayo de 2014

Comentada:

el 14 de Mayo de 2014

Community Treasure Hunt

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

Start Hunting!

Translated by