Why is there problem to run checkEnvSetup ('ccsv10','f28027','check') in the command window of R2022a Matlab version?
3 次查看(过去 30 天)
显示 更早的评论
In the command window of MATLAB, I tried to run the following code: >> checkEnvSetup ('ccsv10','f28027','check').But it comes up with Unrecognized function or variable and if i am using Targetinstaller instead of checkenvsetup, again not getting any result. It gives "Error using targetinstaller Too many input arguments."
0 个评论
回答(1 个)
Shuba Nandini
2023-10-3
Hello Beethika,
I understand you want to check the Environment setup using “ checkEnvSetup” command. Unfortunately, “checkEnvSetup” is not supported from MATLAB R2016a release and the “targetinstaller” function is renamed as “supportPackageInstaller”. You can use “supportPackageInstaller” function to install support packages.
Refer to the following documentation to know more about “ supportPackageInstaller” function: Install support for third-party hardware or software (Not recommended) - MATLAB supportPackageInstaller - MathWorks India
Hope this helps!
Regards,
Shuba Nandini
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!