List containing all parameters that can be set by set_param

75 次查看(过去 30 天)
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

采纳的回答

Ryan G
Ryan G 2014-2-7
编辑:Ryan G 2014-2-7
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'))

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Model, Block, and Port Callbacks 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by