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

1 回表示 (過去 30 日間)
uday
uday 2013 年 7 月 9 日
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

採用された回答

David Sanchez
David Sanchez 2013 年 7 月 9 日
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
  1 件のコメント
uday
uday 2013 年 7 月 16 日
thank you,how can i edit my alredy created gui?

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMigrate GUIDE Apps についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by