How to open my .m files in App Designer?

5 visualizzazioni (ultimi 30 giorni)
Roberta Jakab
Roberta Jakab il 19 Lug 2019
Risposto: Jan il 19 Lug 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!

Risposta accettata

Jan
Jan il 19 Lug 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

Più risposte (0)

Categorie

Scopri di più su Develop Apps Using App Designer in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by