フィルターのクリア

String for pushButton GUIDE GUI - using Greek letters

5 ビュー (過去 30 日間)
Muaaman
Muaaman 2014 年 12 月 18 日
回答済み: Geoff Hayes 2014 年 12 月 20 日
When I try to put in "α" into the String field of the GUIDE GUI pushButton, it replaces it with a blank character (as if there's an empty space there). How may I fix this so that I type in the α into the pushButton String?

回答 (1 件)

Geoff Hayes
Geoff Hayes 2014 年 12 月 20 日
Muaaman - try using the following (unsupported) code that may do what you want. If your push button is tagged/named pushbutton1, then in the _OpeningFcn of your GUI add
set(handles.pushbutton1,'String','<html>&alpha</html>');

カテゴリ

Help Center および File ExchangeLabels and Annotations についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by