Change button color and text after it is clicked

16 次查看(过去 30 天)
Hi all, i was wondering if there is a way to change the color and text of a button created with "guide". For example if it is clicked it should say running... and not being clicked anymore?

采纳的回答

Chandra Kurniawan
in the pushbutton callback write:
set(handles.pushbutton1,'string','running','enable','off');
  3 个评论

请先登录,再进行评论。

更多回答(2 个)

Sagar
Sagar 2013-7-4
But how to change the color of the text that gets printed onto the pushbutton when it is clicked ?

munib chauhan
munib chauhan 2017-2-23
you can use this also for text and color change set(handles.togglebutton1,'string','ON','enable','on','BackgroundColor','green');

类别

Help CenterFile Exchange 中查找有关 Migrate GUIDE Apps 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by