does i need to set a cal back for result(static text) for the calculator?

1 vue (au cours des 30 derniers jours)
uday
uday le 9 Juil 2013
I have created a sipmle calculator gui and added call back for the 4 operators +,-,*,/.but when i tried to run the gui it is allowing me to enter the input numbers but the output in the result box is not displayed.what should i do inorder to see my ans..do i need to set up any call back functions for result in gui?????please help me

Réponse acceptée

David Sanchez
David Sanchez le 9 Juil 2013
I guess you included a " = " button, didn't you? ON the callback function of the " = " button, set the result box string to the value of the result:
set(handles.result_box_tag,'string',num2str(final_result));
It should work

Plus de réponses (0)

Catégories

En savoir plus sur Migrate GUIDE Apps dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by