While loop not working in MATLAB app designer callback function

6 次查看(过去 30 天)
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

回答(1 个)

Jon
Jon 2020-10-2
编辑:Jon 2020-10-2
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 个评论
Shivam Dubey
Shivam Dubey 2020-10-2
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 2020-10-5
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

请先登录,再进行评论。

类别

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