Grootmanager

From Eigenvector Research Documentation Wiki
Revision as of 16:32, 12 August 2022 by Scott (talk | contribs) (Created page with "===Purpose=== Manage and update MATLAB graphics root object properties. ===Synopsis=== : grootmanager(cmd,varargin) : grootmanager(cmd,propName,propValue) ===Description==...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Purpose

Manage and update MATLAB graphics root object properties.

Synopsis

grootmanager(cmd,varargin)
grootmanager(cmd,propName,propValue)

Description

Properties are saved in "property sets" in a single structure as a MATLAB preference. The current set is in the .currentset field. Changing the current set will update groot defaults to the new set.

When calling 'updateset' for the first time, grootmanager will create a default set name "Groot Set One" and add the current defaults returned by get(groot,'default').

Inputs

  • cmd = Command for grootmanager.
  • propName = Property name.
  • propValue = Property value.


Outputs

Examples

Scale a matrix a that has two blocks augmented together:


See Also