Simscape Asynchronous Machine block doesn't work in accelerator mode with C++
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen

The error looks like this:

This error is easy to reproduce in any model that contains this block. I reproduced it with MATLAB's Three-Phase Asynchronous Machine example. I opened this example with Simulink online and set accelerator mode and language to C++, then I had this error.
It seems that this model still works with C. I have also checked the MingW 64 compiler was properly configured by mex -setup. Please tell me how to solve this issue, or if this block is simply not supported in C++?.
0 Kommentare
Antworten (1)
Samhitha
am 26 Feb. 2025
To resolve the error, you should enable Verbose accelerator builds in the model configuration pane and navigate to the Simulink target. For further guidance, you can refer to following documentation:
Additionally, to address the issue with creating the accelerator MEX file, change the mode from continuous to discrete in the Power GUI block.
For more information, you can also check the following MATLAB Answers:
Hope this helps!
0 Kommentare
Siehe auch
Kategorien
Mehr zu Magnetic Elements finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!