필터 지우기
필터 지우기

List containing all parameters that can be set by set_param

조회 수: 58 (최근 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 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