Creating a graphical user interface for an existing script

3 visualizaciones (últimos 30 días)
TOK
TOK el 28 de Oct. de 2018
Respondida: Mann Baidi el 4 de Dic. de 2024
Hi,
I have created a script to compute a large number of equations and deliver several output values. I would like to be able to create an interface where a user can simply enter input values in to some boxes, run the script and be presented with several boxes which display the output values. What is the best way to go about doing this?
Thanks

Respuestas (1)

Mann Baidi
Mann Baidi el 4 de Dic. de 2024
Hi @TOK,
To design a graphical interface in MATLAB for collecting input values from the user and displaying corresponding outputs, you can utilize the MATLAB App Designer.
MATLAB App Designer is an integrated environment which allows users to create interactive GUIs with a drag-and-drop layout and integrated code editor. It supports responsive designs, advanced components, and seamless MATLAB integration.
You can explore the App Designer features and documentations using the link mentioned below:

Categorías

Más información sobre Programming en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by