Upgrade MATLAB from r2013b to r2017b problem.....
Show older comments
I had a code prepared in MATLAB version r2013b , I upgraded my MATLAB version to r2017b and the same program that executed quite smoothly in the prevoius version now gives the follwoing error....
Error using ^
One argument must be a square matrix and the other must be a scalar. Use POWER (.^) for elementwise power.
The question is that either its just due to the change of vesion or either I was getting wrong results prevoiusly. (Previously for r2013b I rechecked all parameter values uisng Mathematica and both were same)
Kindly anyone help in this capacity.
1 Comment
Image Analyst
on 6 Jun 2020
Huh? The let you "upgrade" your program to a 2.5 year old program, instead of the latest release? Why??? Why not just upgrade to the latest release?
Accepted Answer
More Answers (1)
Star Strider
on 2 Jun 2020
0 votes
Much changed in those four years, specifically in R2014b and R2016b. (that introduces implicit array expansion).
You now need to Contact Support to get the release notes for R2014b (that were taken offline a few weeks ago) that introduced a number of significant changes in handle graphics.
Have fun updating your code!
Categories
Find more on Mathematics in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!