How to relocate Matlab code generation report?
Show older comments
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?
Answers (0)
Categories
Find more on MATLAB Coder in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!