Revision as of 09:10, 6 September 2018 by imported>Scott
Changes and Bug Fixes in Version 8.6.2
This release includes updates for Matlab 2018a.
Importers
- spereadr - Reads Princeton Instruments SPE files.
- table2dataset - Command line function to convert Matlab Table Array to DatasetObject.
- envireadr - Move envireadr to PLS_Toolbox, image DSO will be created if MIA_Toolbox is installed.
Additional Changes
File
|
Comment
|
analysis
|
|
crossval
|
- Remove superfluous cross-validation computation when ann is called within crossval_ann.
|
dendrogram
|
- Add fix for no classes existing.
|
exportfigure
|
- Multiple fixes, added support for different objects on figure.
|
jmlimit
|
- Improve the comments to describe the first parameter 'pc' more accurately .
|
matchvars
|
- If matching by labels (in domatch) but target or xdata has empty labels then return empty data parameter.
|
modelselector
|
- If query string does not match throw error .
|
modlrder
|
- Stop modlrder from showing RMSEP if used on a Model. It should only show RMSEP if used on a Prediction, i.e. model.modeltype ending in _pred, case insensitively.
|
plotscores
|
- Fix for cooks distance causing error.
|
variable selection
|
- Add custom LVs field for specified mode in rpls.
|