Compile for multiple versions of the MCR?
2 次查看(过去 30 天)
显示 更早的评论
I don't know if this is possible. I want to compile from Matlab and target multiple MCR versions. Similar to the way that Android can be compiled against a minimum SDK. I can create an Android project and specify a rather large range of supprted SDK versions to maximize compatability with the given functionality that I require. Is there a way to have say Matlab 2018b (MCR 9.5) compile for 2015a (MCR 8.5) through 2018b? Obviously going beyond 2018b makes no sense in this example.
Or is there a way to use the client install of Matlab to target a lesser MCR? Say client 2019b and compile for 2016a?
The reason for this is support of pre-existing compiled code. I don't want to maintain 5 to 10 client installations of Matlab and keep track of which exe uses which version, nor do I want to force end users to install a new MCR with each update. I know, eat my cake and have it too. I read through the documentation for mcc but I didn't see anything that looked helpful. I found options for setting dotnet and python but not the MCR itself. Crazy hacky ideas welcome too.
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 MATLAB Compiler SDK 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!