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
Implicit expansion was introduced in Matlab R2016b. (You can read about it here)
This can lead to problems as
MATLABAutoDiff that this toolbox is sitting on top of does not support implicit expansion (yet). It will be address in the future, but in the mean time, one can follow the suggestion given here.
We proceeded to adapt the new feature (it is just syntactically nicer since you do not have to use bsxfun), so some of the example files might not work with matlab release prior to R2016b. Example files were check to run without a problem with R2015b, but codes will be reviewed to double check.
The text was updated successfully, but these errors were encountered:
Implicit expansion was introduced in Matlab R2016b. (You can read about it here)
This can lead to problems as
The text was updated successfully, but these errors were encountered: