Updatemod: Difference between revisions
Jump to navigation
Jump to search
imported>Jeremy No edit summary |
imported>Neal |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
===Purpose=== | ===Purpose=== | ||
Update model structure to be | Update model structure to be compatible with the current version. | ||
===Synopsis=== | ===Synopsis=== | ||
:umodl = updatemod(modl, | : umodl = updatemod(modl); %update post-v2.0.1c model | ||
: umodl = updatemod(modl,data); %update pre-v2.0.1c model | |||
===Description=== | ===Description=== | ||
====Inputs==== | |||
* '''modl''' = the model to be updated. | |||
* '''data''' = the original data must be supplied if the model was created by a PLS_Toolbox version before 2.0.1c. | |||
====Output==== | |||
* '''umodl''' = an updated model. | |||
===See Also=== | ===See Also=== | ||
[[analysis]], [[pca]], [[pcr]], [[pls]] | [[analysis]], [[evrimodel]], [[pca]], [[pcr]], [[pls]] |
Latest revision as of 09:24, 23 October 2013
Purpose
Update model structure to be compatible with the current version.
Synopsis
- umodl = updatemod(modl); %update post-v2.0.1c model
- umodl = updatemod(modl,data); %update pre-v2.0.1c model
Description
Inputs
- modl = the model to be updated.
- data = the original data must be supplied if the model was created by a PLS_Toolbox version before 2.0.1c.
Output
- umodl = an updated model.