フィルターのクリア

How can I get GUIDE to add multiple 'edit texts' to a figure?

1 回表示 (過去 30 日間)
Hassan Dehghani
Hassan Dehghani 2014 年 4 月 7 日
編集済み: Hassan Dehghani 2014 年 4 月 8 日
I'm trying to learn how to code uicontrols! I want the user to input a number (n), and I want the program to produce (n+1) edit texts to get data from the user! :( I think uicontrols just accept strings :( . Is that right?
this is a part of the code I have written in the callback part.
n_orders = get(handles.e1, 'String');
n_order=str2double(n_orders);
set(handles.e1,'String','')
n_coef=n_order+1;

回答 (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