Release Notes Version 8 0 2: Difference between revisions
Jump to navigation
Jump to search
imported>Scott |
imported>Donal No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 9: | Line 9: | ||
|'''objects''' | |'''objects''' | ||
| | | | ||
* Fix use of ''inputname'' function in DataSet, Script, and Model objects. NOTE: If an ''inputname'' error occurs with a Script or Model object use | * Fix use of ''inputname'' function in DataSet, Script, and Model objects. | ||
NOTE: If an ''inputname'' error occurs with a Script or Model object the solution is to use an assignment when calling a method: | |||
<pre>mymodel = mymodel.calibrate</pre> | <pre>mymodel = mymodel.calibrate</pre> | ||
Latest revision as of 21:19, 17 September 2015
Changes and Bug Fixes in Version 8.0.2
NOTE: This release is for PLS_Toolbox only. It primarily contains fixes for Matlab 2015b.
File | Comment |
objects |
NOTE: If an inputname error occurs with a Script or Model object the solution is to use an assignment when calling a method: mymodel = mymodel.calibrate |
editds_defaultimportmethods |
|