Is 2010a version compatible with 2019b version?
Show older comments
Hello,
I'm going to use new version of Mathlab 2019b, but I want to be sure if all routines/codes in Mathlab 2010a can be run in this new version and in the opposite way.
Thank you very much!
Lucas
4 Comments
Well obviously a lot has changed in 9 years so 'No' would be the simple answer if you don't want to actually find out for yourself by trying. Generally Mathworks look to ensure backwards compatibility with upgrades, but over that big a jump some functions will likely have been phased out entirely or their syntax changed. also there was a major graphics change between that time.
Depending what functions you are using your code may work perfectly on either, but is it guaranteed? No. You'd just have to try it.
If they were perfectly compatible with each other in all aspects in both directions though you'd have to ask what Mathworks have been doing in those 9 years!
Rik
on 9 Apr 2019
I fully agree with Adam. You can check the release notes for the functions you're using. Especially everything related to the graphics requires attention, due to the introduction of HG2 in R2014b. In general most functions will still work from 2010a in a newer release.
Sidenote: R2019b isn't released yet. I would expect that to be released somewhere in September or October. The pre-release will of course be available earlier.
Adam
on 9 Apr 2019
On another note, it would be a good idea anyway to go over code that old again because there may well be newer functions in R2019a that can perform tasks a lot faster than what you may have used in 2010a
lucasaloia
on 12 Apr 2019
Accepted Answer
More Answers (0)
Categories
Find more on Introduction to Installation and Licensing 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!