How to relocate Matlab code generation report?
Afficher commentaires plus anciens
I'm extensively using the Matlab coder for converting m-code to c-code.
The documentation of the code generation is quite nice and easy to Access via the subdirectory "html" starting with index.html.
Also, the mat file coder_report.mat is generated with the same content.
The question is now how to relocate the html folder (or, alternatively, use the file coder_report.mat) to another machine such that colleaques can use the report for understanding the generated c-code.
Right now it does not work, since the root file index.html of the documentation folder calls css files from the Matlab coder source directories for working properly. How can I overcome that?
Réponses (0)
Catégories
En savoir plus sur MATLAB Coder dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!