You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 KDLORTo propertly fix this we need:
The text was updated successfully, but these errors were encountered: