How to check which packages are installed in matlab?
조회 수: 138 (최근 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!