Класс: Simulink.dialog.parameter.CustomTable
Пакет: Simulink.dialog.parameter
Получите свойства пользовательской ячейки таблицы
tableCell = tableControl.getTableCell([rowIdx colIdx])
получает свойства ячейки в пользовательской таблице.tableCell
= tableControl
.getTableCell([rowIdx
colIdx
])
% Get block mask handle. maskObj = Simulink.Mask.get(gcb); % Get custom table handle. tableControl = maskObj.getDialogControl('myTable'); % Get cell properties. tableCell = tableControl.getTableCell( [2 2] );
tableCell = CustomTableParamCellObject with properties: Value: 'Inherit' Type: 'popup' Enabled: 'off' TypeOptions: {4×1 cell} tableCell.Value = 'Value'