Класс: ModelAdvisor.Action
Пакет: ModelAdvisor
Сообщение в Action поле
Вектор символов
По умолчанию: ''
(пустой символьный вектор)
The 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';