error with using the variable
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti

1 Commento
Risposte (1)
Walter Roberson
il 17 Dic 2022
Modificato: Walter Roberson
il 17 Dic 2022
agray has been created as a local variable in the function ImportImageButtonPushed. It is destroyed as soon as the function returns.
Perhaps you want to create an agray property app.agray and assign to it and refer to it.
You should probably be making your a into a property instead of a global.
0 Commenti
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!