How to check which packages are installed in matlab?
360 ビュー (過去 30 日間)
古いコメントを表示
採用された回答
José-Luis
2014 年 8 月 22 日
If by package you mean toolboxes then just type
ver
in the command line
2 件のコメント
その他の回答 (2 件)
Star Strider
2014 年 8 月 22 日
Use the ver command from the Command Window. It will tell you everything about your MATLAB installation.
0 件のコメント
Chethan R
2018 年 6 月 7 日
編集済み: Walter Roberson
2018 年 6 月 8 日
Error using webcamlist (line 20)
MATLAB Support Package for USB Webcams has not been installed. Open Add-Ons Explorer to install the
Webcam Support Package.
please give me solution for this
1 件のコメント
Star Strider
2018 年 6 月 7 日
Type:
webcam
in your Command Window. It should bring up a red error message that provides an underlined, bold link. Click on that link, then follow the instructions to download and install the MATLAB Support Package for USB Webcams (link).
It is only available for R2014a and later releases.
参考
カテゴリ
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!