Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Question about Push Button..
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I am dealing now with pushbuttons in matlab and I just want to know if I have a pushbutton and I want to use it as a button to add layers so when I click on it there will be layers added as much as I want (layers or another push buttons it doesnt matter) , so how could this be done?
3 comentarios
Joseph Cheng
el 2 de Jul. de 2014
Are you asking if there is a tabbed type of GUI interface? by push of a button you are looking at a different "layer?" "tab"?
Respuestas (2)
Joseph Cheng
el 2 de Jul. de 2014
No clue why you would do this but you can create a pushbutton to start with with a callback that creates eval() a creation of push button. the pushbutton callback would need to take in the current position of the pushed button so you would offset the new button.
0 comentarios
Image Analyst
el 2 de Jul. de 2014
In the "Add layers" pushbuton callback, call the uicontrol() function to create additional pushbuttons. You will need to specify the tag, string, and position properties, at a minimum.
0 comentarios
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!