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.
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Lucas Maiß
am 24 Okt. 2017
Kommentiert: Lucas Maiß
am 25 Okt. 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 Kommentare
Akzeptierte Antwort
Fangjun Jiang
am 24 Okt. 2017
set_param(BlockHandle,'MaskDisplay','plot(1:10)');
get_param(BlockHandle,'MaskDisplay');
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Author Block Masks finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!