How to relocate Matlab code generation report?
显示 更早的评论
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?
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 MATLAB Coder 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!