List containing all parameters that can be set by set_param

92 vues (au cours des 30 derniers jours)
Arco
Arco le 5 Fév 2014
Modifié(e) : Ryan G le 7 Fév 2014
Hi,
is there a list containing all parameters that can be set by set_param? After a long time googeling, I found many interesting ways to use that command, but I haven't found a complete reference of what you can do with it, yet. E.g.:
- is it possible to specify SrcWorkspace und DstWorkspace?
- are there restrictions in using that command in parfor loops?
Thanks, Arco

Réponse acceptée

Ryan G
Ryan G le 7 Fév 2014
Modifié(e) : Ryan G le 7 Fév 2014
ParameterCellArray = get_param(gcb, 'DialogParameters')
returns a cell array containing the names of the Object dialog parameters.
If you want to see everything you can do to a block, try
get(get_param(gcb,'handle'))

Plus de réponses (0)

Catégories

En savoir plus sur Model, Block, and Port Callbacks dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by