Is it possible to script the "Icon drawing command" of the mask editor ? So that I can change it or set it from a script.
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Lucas Maiß
il 24 Ott 2017
Commentato: Lucas Maiß
il 25 Ott 2017
Is it possible to script the "Icon drawing command" of the mask editor ? So that I can change it or set it from a script.
0 Commenti
Risposta accettata
Fangjun Jiang
il 24 Ott 2017
set_param(BlockHandle,'MaskDisplay','plot(1:10)');
get_param(BlockHandle,'MaskDisplay');
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Author Block Masks 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!