How can I solve this issue : "Products require a supported compiler"?

3 次查看(过去 30 天)

采纳的回答

Cris LaPierre
Cris LaPierre 2021-10-24
No issue unless you want to create standalone applications. If you do but don't have a preferred compiler, you can install MinGW from the Add-ons explorer.
  8 个评论

请先登录,再进行评论。

更多回答(1 个)

Image Analyst
Image Analyst 2021-10-25
Most likely you can ignore it. It's a notification, not an error. I have Microsoft Visual Studio compiler on my computer and I still get that. Yet I can still compile code with the mcc function. Type this and what do you see?
>> mcc -?
Try to compile something
>> mcc -m yourapp.m
and see if it works or not.

类别

Help CenterFile Exchange 中查找有关 MATLAB Compiler 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by