Matlab Function Report for System Objects
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
For Matlab Functions I find it very convenient to get insights via the code generation report which is easily accessible from the Matlab Function editor via "View Report" (in 2019b).
Now it would be very nice to also show this report for code implemented as a Matlab System Object. One way to achieve this is to embedd the system object via a Matlab Function an then click "View Report". Unfortunately, it can be quite annoying to pass all required arguments first to the Matlab Function and from there, to the System Object. So, is there an easier way?
0 commentaires
Réponses (1)
Akash
le 8 Oct 2024
Hi Georg,
To generate C/C++ code from MATLAB that includes System Objects, you can utilize MATLAB Coder. This allows you to incorporate System Objects in your MATLAB code just like any other elements. For detailed information on how to include System Objects in the generated code, you can refer to the following documentation:
Voir également
Catégories
En savoir plus sur Reporting and Database Access dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!