How to open my .m files in App Designer?

4 visualizaciones (últimos 30 días)
Roberta Jakab
Roberta Jakab el 19 de Jul. de 2019
Respondida: Jan el 19 de Jul. de 2019
Hi,
I have a system of differential equations, which I solved in Matlab. My code consists two files.
The equations contains a lot of constants, and for my school project, I would like to make an app, where I can modify these constants with a slider.
How can I open my differential equation solver files in the App Designer and than make these sliders?
Thank you very much in advance for all your tips!

Respuesta aceptada

Jan
Jan el 19 de Jul. de 2019
You do not have to open the files to use a slider for te modification of a constant. You need to write the code as a function, which acceptes the value of the constant as input. Then the slider modifies this value, triggers the calculations and updates the graphics output.
See

Más respuestas (0)

Categorías

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

Community Treasure Hunt

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

Start Hunting!

Translated by