Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility with Different Versions of MATLAB #2

Open
sehyoun opened this issue Oct 18, 2017 · 0 comments
Open

Compatibility with Different Versions of MATLAB #2

sehyoun opened this issue Oct 18, 2017 · 0 comments

Comments

@sehyoun
Copy link
Collaborator

sehyoun commented Oct 18, 2017

Implicit expansion was introduced in Matlab R2016b. (You can read about it here)

This can lead to problems as

  1. 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.
  2. 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant