Are MATLAB 2015b scrips compatible with...?
2 views (last 30 days)
Show older comments
Are MATLAB 2015B scripts compatible with MATLAB 2017B, if not; what must we do to convert/make them work? What versions of Microsoft is MATLAB 2017B compatible with? Can I have multiple versions of MATLAB (licensed MATLAB 2015 and MATLAB 2017) installed on the same computer?
0 Comments
Answers (1)
John D'Errico
on 29 Nov 2017
To a huge extent, MATLAB code is forward compatible. Yes, there will always be changes that must be made. It is always true that TMW gives us advance warning that something is going to change. That warning will usually happen several years in advance.
In fact, I have code that is getting close to 30 years old that still runs with no problems.
If you want to know what has changed, then read the release notes!!!!!!!! These are notes that tell exactly what has changed with every release.
Yes, you can have two releases on the same computer. As long as you have a current license, you can have as many as you wish. I often have as many as 2-3, sometimes even as many as 5 older releases, though I do delete them periodically, since I tend never to use the old releases. I just don't delete the old release until I am comfortable that things are working properly. (In fact, I just checked, and must admit that I have the current release, as well as the past three releases on my computer. I do recall that Walter tends to keep those old releases and uses them to check when questions come up in an old release.)
1 Comment
Steven Lord
on 29 Nov 2017
To address one of the questions John missed, "What versions of Microsoft [Windows, I assume] is MATLAB 2017B compatible with", take a look at the System Requirements page linked off the Support section of mathworks.com.
That page lists the requirements for the current release, the requirements for previous releases, and some information about our current plans for platform support in future releases. Note that last category is subject to change, as stated on the Road Map page.
See Also
Categories
Find more on Startup and Shutdown 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!