How to open my .m files in App Designer?

조회 수: 4 (최근 30일)
Roberta Jakab
Roberta Jakab 2019년 7월 19일
답변: Jan 2019년 7월 19일
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!

채택된 답변

Jan
Jan 2019년 7월 19일
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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by