Is 2010a version compatible with 2019b version?
이전 댓글 표시
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
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
2019년 4월 9일
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
2019년 4월 9일
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
2019년 4월 12일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!