Updatemod: Difference between revisions
Jump to navigation
Jump to search
imported>Scott |
imported>Scott |
||
Line 5: | Line 5: | ||
===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=== |
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).