in GUI , how to make the handles be used in my function?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
use global or sth. ? Is there any way?
when i create my function , it occurs error: Attempt to reference field of non-structure array.
0 Commenti
Risposta accettata
Più risposte (1)
Stephen23
il 11 Apr 2015
Have a look in the documentation:
The best practice is to pass arguments to functions... you should try this!
Vedere anche
Categorie
Scopri di più su Graphics Object Programming in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!