Create another pushbutton and/or textbox after pressing a pushbutton

1 次查看(过去 30 天)
Hello I'm Brilly. I'm new to Matlab GUI.
I'm not using GUIDE. My question is about this :
I created 1 textbox as an input box (integer) and 1 pushbutton that acts as an "OK" button.
What I want is when user input a number n and press the "OK", then n textboxes + 1 pushbutton (another "OK" button) will appear.
I don't understand the PDF given here about GUI, so I searched in youtube and learnt that I need to use something like this when creating the first "OK" button after the first textbox ("parameter"):
var=uicontrol('style','pushbutton','string','OK',{@fun,parameter});
and then I must somehow use the function "fun" to create the n textboxes and another "OK" pushbutton.
I did it. But then I couldn't further use the n textboxes as input boxes.
I also wanted to take the integer in "parameter" but couldn't do that.
Was I making mistake in creating the "fun" function? It seems like a simple problem but I'm new so can't do much. Hope anybody can help. Thank you very much.
  1 个评论
Jan
Jan 2015-4-26
The important details are hidden in the message: "I did it. But then I couldn't further use the n textboxes as input boxes". Please post the code and explain, why you cannot use the results.
Was I making mistake in creating the "fun" function?
Perhaps. So please post this function to give us a chance to find problems.
Add the new information by editing the original question, because posting required details as comments does not allow for readers to get a overview directly.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 App Building 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by