Main Content

이 페이지는 기계 번역을 사용하여 번역되었습니다. 영어 원문을 보려면 여기를 클릭하십시오.

Description property

클래스: ModelAdvisor.Action
네임스페이스: ModelAdvisor

취할 행동 상자에 담긴 메시지

문자형 벡터

기본값:''(빈 문자 벡터)

설명

Description 속성은 작업 상자에 표시되는 메시지를 지정합니다.

예제

% define action (fix) operation
myAction = ModelAdvisor.Action;
%Specify a callback function for the action
myAction.setCallbackFcn(@sampleActionCB);
myAction.Name='Fix block fonts';
myAction.Description=...
   'Click the button to update all blocks with specified font';