App Designer as Inputs to Separate Object Oriented Code

3 visualizaciones (últimos 30 días)
Steve Rowe
Steve Rowe el 4 de Nov. de 2021
Respondida: Alamanda Ponappa Poovaya el 8 de Nov. de 2021
I have a stand-alone object oriented code that, using Simulink, generates a state space dynamics model, then calculates the frequency response at different points. I want to be able to use App Designer numeric text boxes as inputs to this code, have a button to run the code, then have the plots be presented in the app window. Is there a way to do this? I don't want to copy and paste my stand-alone code into app designer, although I know that would work.

Respuestas (1)

Alamanda Ponappa Poovaya
Alamanda Ponappa Poovaya el 8 de Nov. de 2021
Hi, it is possible to do this without using app-designer. You can get this behaviour by using UIFigure components.
In the link below, refer to the "Code Response to Button Click" section. It creates a button which makes a plot when clicked
To get text boxes as input, you can refer to the below link. Combining these two should solve your problem
Hope this helps

Categorías

Más información sobre Develop Apps Using App Designer en Help Center y File Exchange.

Productos


Versión

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by