MatLab App versus MatLab Compiler Runtime version requirements
23 views (last 30 days)
Show older comments
Greetings,
Can someone please advise if MatLab 2023b requires MatLab Runtime 2023b or will MatLab Runtime 2023a work? We have MatLab 2023b and Compiler Runtime 2023a, will this work together?
If MatLab and Runtime require specific versions is there an Archive or somewhere either Runtime 2023b or MatLab 2023a can be downloaded?
Appreciate the clarification and assistance.
0 Comments
Answers (2)
dpb
on 11 Nov 2025 at 15:44
My experience has been the installer will find and download the needed runtime if it isn't already on the system.
Also by observation the installer does require the runtime consistent with the version that compiled the app. One can/does end up with several versions on a target machine.
So far, I've not had to do a separate manual download/install of the runtime on a user's machine; by using the packager, it seems to handle that on its own ok. I do not know of anywhere it is specifically addressed in the documentation, though.
2 Comments
dpb
on 11 Nov 2025 at 16:04
Edited: dpb
on 11 Nov 2025 at 16:57
How are you building the app? I've used the packager interface inside App Designer and its behavior has always been as noted above. However, I guess I should note that I've not yet gone past R2022b so I suppose the behavior could be different on later releases. I've also only built and distributed compiled executables so that might make difference on other types; I didn't think of those earlier.
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!