Updatemod: Difference between revisions
Jump to navigation
Jump to search
imported>Jeremy No edit summary |
imported>Scott |
||
Line 1: | Line 1: | ||
===Purpose=== | ===Purpose=== | ||
Update model structure to be | Update model structure to be compatible with the current version. | ||
===Synopsis=== | ===Synopsis=== |
Revision as of 21:16, 20 June 2013
Purpose
Update model structure to be compatible with the current version.
Synopsis
- umodl = updatemod(modl,data)
Description
The input modl is any older-version PLS_Toolbox model to be updated to the current release version model.
Optional input data is required if the model was constructed using a version older than Version 2.0.1c.
The output is an updated model umodl.
If the model is not valid (not updatable or invalid format), an error is thrown.