필터 지우기
필터 지우기

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 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