Mex build error during s function gen in Matlab2016a
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti

2 Commenti
dario zurlo
il 6 Feb 2022
the problem is that unit8_T is not a primitive type of c++ this means that you need to add the header in which this type is defined. You can find this header file in <matlab_root>/extern/include path, the file is tmwtypes.h, include this file in you header
Risposte (0)
Vedere anche
Categorie
Scopri di più su Simulink Coder in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!