How to generate new APP components while a MATLAB APP is running?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I want to design a MATLAB APP to plot polygonal simply/multiply connected domain whose boundary vertices can be given by users. Here is an example of polygonal multiply connected domain, i.e. the gray area.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/711462/image.png)
However, I can't find an existing APP component that can enable users to add boundaries and their vertices dynamically while the APP is running,
i.e.
.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/711467/image.png)
How can I realize this function in my APP?
2 Kommentare
Rik
am 14 Aug. 2021
You need to implement a function that creates a new pair of text boxes and moves the plus button. I'm not aware of anything that already does what you want, but creating new components should not be hard. What have you tried so far?
Antworten (0)
Siehe auch
Kategorien
Mehr zu Develop Apps Using App Designer finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!