Path: Common/ControlGUI
% Create a model order reduction GUI plug in. ReduceOrderPlugIn('initialize') -------------------------------------------------------------------------- Form: x = ReduceOrderPlugIn( action, modifier, hFig, position, callback ) -------------------------------------------------------------------------- ------ Inputs ------ action (1,:) Action 'initialize', 'update' modifer (1,:) Modifier to the action or data structure if intialization hFig (1,1) Handle to the figure or if 'update' radio button handles position (1,4) [left bottom width height] callback (1,:) Callback string when something has changed in this gui ------- Outputs ------- x (1,1) The tag if action is 'initialize' --------------------------------------------------------------------------
Common: Classes/@statespace/and.m Common: Classes/@statespace/close.m Common: Classes/@statespace/connect.m Common: Classes/@statespace/eig.m Common: Classes/@statespace/get.m Common: Classes/@statespace/getabcd.m Common: Classes/@statespace/getsub.m Common: Classes/@statespace/isempty.m Common: Classes/@statespace/mtimes.m Common: Classes/@statespace/plus.m Common: Classes/@statespace/series.m Common: Classes/@statespace/set.m Common: Classes/@statespace/statespace.m Common: Control/Append Common: Control/EigEval Common: Control/Parallel Common: Control/Series Common: Control/SizeABCD Common: ControlGUI/ReduceOrder Common: General/CellToMat Common: General/SetUIElement Common: General/StringMatch Common: General/StructToCell2D Common: General/UIElement Common: Graphics/NewFig Common: Graphics/PltStyle
Back to the Common Module page