Clear Filters
Clear Filters

Why is there problem to run checkEnvSetup ('ccsv10',​'f28027','​check') in the command window of R2022a Matlab version?

2 views (last 30 days)
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."

Answers (1)

Shuba Nandini
Shuba Nandini on 3 Oct 2023
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

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!