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!