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';