why matlabshared.supportpkg.getSupportPackageRoot doesn't exist
4 ビュー (過去 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!