Why is Documentation Missing When Installed Locally?
55 ビュー (過去 30 日間)
古いコメントを表示
I have the documentation installed locally, but I just noticed that doc can't find the documenation for the Statistics and Machine Learning Toolbox. When I try to access the doc for that toolbox the doc browswer (2024a) just shows Page Not Found. I didn't try to access the doc for every toolbox, but did try some others, including some for which I don't have a license, and found no other problems. Any ideas what's going on? Do I just need to rerun the process to install the doc locally?
1 件のコメント
Jaimin
2024 年 12 月 2 日
Could you please provide information on which operating system MATLAB is installed?
採用された回答
Jaimin
2024 年 12 月 2 日
Hi @Paul
Please refer to the following MathWorks documentation for instructions on installing the documentation locally.
If you are still encountering a "page not found" error, please follow these steps:
- Open the “startup.m” file in MATLAB.
- Execute the following command in the Command Window: “matlabshared.supportpkg.getSupportPackageRoot”, and copy the resulting path.
- Update the following command with the copied path: “docroot('<COPIED_PATH>\help')” and copy this command to "startup.m" file.
- Restart MATLAB.
If the issue persists, I recommend updating MATLAB.
I hope this will be helpful.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!