Mystery Error; same code runs fine the 2nd time, but not the 1st!
Show older comments
The 1st run produces this error: "Unable to perform assignment because the left and right sides have a different number of elements." The same exact identical code, works fine the 2nd time around. What gives? Installation issues? Cache problems?
MATLAB Version: 9.6.0.1099231 (R2019a) Update 1
4 Comments
Guillaume
on 21 Jun 2019
Bug in your code. You're reusing an existing variable without setting its size correctly beforehand.
We can't tell you more without seeing said code.
Star Strider
on 21 Jun 2019
Update 3 is now available.
Sree
on 21 Jun 2019
Jan
on 24 Jun 2019
It would be useful, if you post the error message. I guess "the main code" is "Euler_Main_All.m".
Accepted Answer
More Answers (0)
Categories
Find more on Programming in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!