List containing all parameters that can be set by set_param

79 ビュー (過去 30 日間)
Arco
Arco 2014 年 2 月 5 日
編集済み: Ryan G 2014 年 2 月 7 日
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 Center および File ExchangeModel, 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