why matlabshared.supportpkg.getSupportPackageRoot doesn't exist
조회 수: 5 (최근 30일)
이전 댓글 표시
Hi,
I have matlab r2014a, the following command
>> matlabshared.supportpkg.getSupportPackageRoot
return :
Undefined variable "matlabshared" or function
"matlabshared.supportpkg.getSupportPackageRoot".
Can you help please ?
댓글 수: 0
답변 (1개)
Tushar Sharma
2025년 2월 6일
It seems you're attempting to use the function "matlabshared.supportpkg.getSupportPackageRoot" to obtain the root folder of support packages in MATLAB R2014a.
The error occurs because this function was introduced in MATLAB R2016a and is not available in earlier versions. You can find this information in the "Version History" section at the bottom of this page: https://www.mathworks.com/help/matlab/ref/matlabshared.supportpkg.getsupportpackageroot.html
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Build Configuration에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!