While loop not working in MATLAB app designer callback function

2 views (last 30 days)
Hello there,
I making a simple app that reads numerical data inputed by the user and outputs arrays of data as result of some formula. In one of the callback functions, I have a while loop which, after the conditions is fulfilled, gives an array as a result. The function works correctly in the editor but in the app designer, it fails to recognise all the variables that are in the while loop.
Can anyone suggest what would be the possible reason behind this?
Thanks

Answers (1)

Jon
Jon on 2 Oct 2020
Edited: Jon on 2 Oct 2020
You probably have a scoping issue. Shared values are typically stored variable names such as app.myVariable
To give any more specific help you would need to provide the code you are using and the detailed error messages that you are receiving
  7 Comments
Shivam Dubey
Shivam Dubey on 2 Oct 2020
Please ignore that I have already corrected that but it still fails to recognise y_FAW basically the outcome of the while loop.
Jon
Jon on 5 Oct 2020
If you need more help please post the full error message you are now getting and even better attach enough code to reproduce the problem

Sign in to comment.

Categories

Find more on Develop Apps Using App Designer in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!