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

5 Ansichten (letzte 30 Tage)

Akzeptierte Antwort

Cris LaPierre
Cris LaPierre am 24 Okt. 2021
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 Kommentare
Zainab Riyadh
Zainab Riyadh am 25 Okt. 2021
Yes it starts working. But I was confused when I saw the shortcut.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (1)

Image Analyst
Image Analyst am 25 Okt. 2021
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.

Kategorien

Mehr zu MATLAB Compiler finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by