save
Class: slmetric.dashboard.Configuration
Namespace: slmetric.dashboard
(To be removed) Save contents of slmetric.dashboard.Configuration
object to XML file
The Metrics Dashboard user interface, metricdashboard
function, slmetric
package API, and corresponding customizations will be removed in a future release. For more information, see Migrating from Metrics Dashboard to Model Maintainability Dashboard.
Description
Save the contents of a configuration object to an XML file. The configuration object contains information on a custom Metrics Dashboard layout.
save(
saves the contents of a configuration object to an XML file. The XML file applies your
customizations to the Metrics Dashboard.Co
,'FileName','myConfig.xml'
,
...
,'Location',pwd
, 'locale', 'ja_JP'
);
Note
Do not manually edit the XML file.