What is MCR R2022b Update 5 ?
14 views (last 30 days)
Show older comments
When I try to download MCR 2022b, it appears the Update is 5
However the latest Update for MATLAB R2022b itself is Update 4.
What is the change of MCR Update 5 ? How can I be sure the deployed app will work identical to the test of the non-deployed code performed on Update 4 ?
0 Comments
Accepted Answer
Jestzer
on 25 Feb 2023
Edited: Jestzer
on 28 Feb 2023
You can force MATLAB to update to Update 5 if you run the update_installer.exe found in C:\Program Files\MATLAB\R2022b\bin\win64.
However, there don't seem to be any release notes for Update 5 yet, so I don't think we can be sure of anything yet. I wouldn't update anything to Update 5 if you depend on MATLAB/MCR for work.
EDIT: The release notes are now available from the link above.
8 Comments
Image Analyst
on 25 Feb 2023
@Bruno Luong why do you need the MCR? Just to distribute to your end users? I have the development environment with the compiler and if I compile my code into a standalone program I don't need the MCR to run it. It runs on my computer without it because I guess it finds whatever it needs in the development (main) folder. However if I deploy my executable to end users, they will have to somehow get the MCR (either I give it to them or they download it themselves).
- Are you compiling and distributing standalone programs?
- Do you install the MCR on your own development computer?
More Answers (1)
Image Analyst
on 25 Feb 2023
I just tried to update on my personal, non-work computer. The bell icon in the upper left said something like "Update 5 is ready". So I clicked on it and it went though the install procedure but the window said "Updating to update 3" or something like that. And when it was all finished, it was update 3 that had been installed. I have no idea why.
4 Comments
Jestzer
on 25 Feb 2023
Sure thing.
I haven’t heard of the bell notification installing a different update than what it displays. My guess is it had to do with the weirdness going on with Update 4. I think you’re right about it being a moot point, though.
Star Strider
on 25 Feb 2023
I just successfully updated to Update 5 using the approach described in this Comment. When I launched MATLAB afterward, it noted that Update 5 had been installed. (That was in spite of something crashing my desktop mid-download. I just re-sttarted the download and everything worked.)
See Also
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!