Access variables from App designer MATLAB 2019b

3 Ansichten (letzte 30 Tage)
Margherita Marchi
Margherita Marchi am 27 Okt. 2020
Beantwortet: Monisha Nalluru am 30 Okt. 2020
I am building an app for a test bench with MATLAB 2019b.
I have also difficulties in debugging the code since I cannot find a way to see the variables stored to run the app. Is there a way to access the variable and check if something went wrong?
  1 Kommentar
Stephen23
Stephen23 am 27 Okt. 2020
"I have also difficulties in debugging the code since I cannot find a way to see the variables stored to run the app."
What have you tried so far? Are you using the inbuilt debugging tools?:

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Monisha Nalluru
Monisha Nalluru am 30 Okt. 2020
Debug in MATLAB App Designer function is same as debug in MATLAB functions.
You can place the breakpoints by clicking the (-) next to kine number, When the execution reaches the breakpoint, the app will stop and app function variables will appear in Workspace window. You can check these values in Command window by excuting the variable names in function

Kategorien

Mehr zu Variables finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by