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

Problem with Matlab2013b #13

Open
GoogleCodeExporter opened this issue Mar 14, 2015 · 3 comments
Open

Problem with Matlab2013b #13

GoogleCodeExporter opened this issue Mar 14, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

I am sorry to report the following bug in your Matlab package for Elliptic 
Integrals and Functions. I use Matlab2013b and I find that the error message 
jumps out:

Error using .*
Matrix dimensions must agree.

Error in ellipj (line 95)
phin(:) = (2 .^ double(n(K))).*a(i,K).*u(I);

Error in ellipji (line 76)
[s,c,d] = ellipj(phi,m,tol);

Original issue reported on code.google.com by [email protected] on 14 Feb 2015 at 8:39

@GoogleCodeExporter
Copy link
Author

Looks like the similar issue: 
http://it.mathworks.com/matlabcentral/answers/162217-why-did-i-get-this-error-er
ror-using-matrix-dimensions-must-agree-with-matlab-2013a-whi

Original comment by [email protected] on 14 Feb 2015 at 8:39

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 14 Feb 2015 at 8:40

  • Changed state: Started

@GoogleCodeExporter
Copy link
Author

Yes, here 

https://bitbucket.org/d2d-development/d2d-software/issue/3/matlab-r2013a-changed
-vector-matrix

folks confirms the change of behavior for with arrays in latest Matlab versions.

It is needed to add 'legacy' instruction to preserve the old behavior. From 
release note http://it.mathworks.com/help/matlab/release-notes.html

Original comment by [email protected] on 14 Feb 2015 at 8:50

Repository owner deleted a comment from Soumya6Tiwari Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants