How to create customized documentation in MATLAB R2019a for a toolbox created from MathWorks products?
11 ビュー (過去 30 日間)
古いコメントを表示
MathWorks Support Team
2020 年 6 月 22 日
編集済み: MathWorks Support Team
2024 年 8 月 29 日
If I have created a customized toolbox using MathWorks products, can I build and display custom documentation for that toolbox?
採用された回答
MathWorks Support Team
2024 年 7 月 29 日
編集済み: MathWorks Support Team
2024 年 8 月 29 日
Creating custom documentation in MATLAB is possible in the form of HTML help files. The custom documentation must contain the following files:
1. HTML help files — These files contain your custom documentation information.
2. info.xml file — This file enables MATLAB to find and identify your HTML help files.
3. helptoc.xml file — This file contain the Table of Contents for your documentation that displays in the Contents pane of the Help browser. This file must be stored in the folder that contains your HTML help files.
4. Search database (optional) — These files enable searching in your HTML help files.
For more information on creating HTML help files, "info.xml" files, and "helptoc.xml" files and on building a search database please refer to the following documentation page:
Please run the below command in the command window of installed MATLAB R2019a version to get release specific documentation
>> web(fullfile(docroot, 'matlab/matlab_prog/display-custom-documentation.html'))
To view your custom documentation, open the Help browser and navigate to the home page. At the bottom right of the home page, under Supplemental Software, click the name of your toolbox. Your help opens in the current window.
Please follow the below link to search for the required information regarding the current release:
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Function Creation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!