While loop not working in MATLAB app designer callback function

6 visualizaciones (últimos 30 días)
Shivam Dubey
Shivam Dubey el 2 de Oct. de 2020
Comentada: Jon el 5 de Oct. de 2020
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

Respuestas (1)

Jon
Jon el 2 de Oct. de 2020
Editada: Jon el 2 de Oct. de 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 comentarios
Shivam Dubey
Shivam Dubey el 2 de Oct. de 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 el 5 de Oct. de 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

Iniciar sesión para comentar.

Categorías

Más información sobre Develop Apps Using App Designer en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by