-
Notifications
You must be signed in to change notification settings - Fork 35
Closed
Description
Some functions are deprecated depending on Matlab's version. Examples are:
Warning: The RandStream.setDefaultStream static method will be removed in a future release. Use
RandStream.setGlobalStream instead.
But also de ones related to optimin for KDLOR
To propertly fix this we need:
- To better detect version (improve regular expressions at KDLOR.m)
- To update code according to version
- Add makefiles to ensure mex compatibility
Metadata
Metadata
Assignees
Labels
No labels