Updatemod: Difference between revisions
Jump to navigation
Jump to search
imported>Scott |
imported>Scott |
||
Line 14: | Line 14: | ||
===See Also=== | ===See Also=== | ||
[[analysis]], [[pca]], [[pcr]], [[pls]] | [[analysis]], [[modelstruct]], [[pca]], [[pcr]], [[pls]] |
Revision as of 21:22, 20 June 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
The inputs are the model to be updated (modl) and, if the model wasvcreated by a PLS_Toolbox version before 2.0.1c, the original data (data) must also be supplied. The output is an updated model (umodl).
See Also
analysis, modelstruct, pca, pcr, pls