How to Install New Versions
1 view (last 30 days)
Show older comments
I have an R2018b version in my PC and now I want to install 2019a. What should I do? Must I uninstall 2018b and then install 2019a? Or can I update directly?
0 Comments
Accepted Answer
the cyclist
on 31 Aug 2019
You do not need to uninstall your old version. (You can keep mulitple versions on your machine.)
1 Comment
Steven Lord
on 31 Aug 2019
the cyclist is right, but one point I want to add: install the new version in a new directory.
Don't try to install two releases in the same directory, as that could lead to using the wrong function (if a function is changed and moved to a different directory in the newer release, whether its new home or its old home is first on the MATLAB path would impact whether the new version or the old version gets called.)
More Answers (0)
See Also
Categories
Find more on Introduction to Installation and Licensing 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!