During the installation process of the support package, it was displayed that the system did not start the MATLAB version required for the installation of the support package.
After downloading the support package offline, I found that the install_spportsoftwareexe mentioned in the readme document does not seem to be effective, and it will show that the system has not started the MATLAB version required for the support package installation. So I saw someone in the community saying that it’s possible to change install_spportsoftwaree.exe to SupportSoftwareinstallerexe. I also tried, but it showed that starting MATLAB and running the following command to get the correct folder
>>installFolder =matlabshared.supportpkg.getSupportPackageRoot(‘CreateDir’, true),;
Then run the following command to set the correct support package root directory
>> matlabshared.supportpkg.setSupportPackageRoot(installFolder); Can someone help me solve this problem?After downloading the support package offline, I found that the install_spportsoftwareexe mentioned in the readme document does not seem to be effective, and it will show that the system has not started the MATLAB version required for the support package installation. So I saw someone in the community saying that it’s possible to change install_spportsoftwaree.exe to SupportSoftwareinstallerexe. I also tried, but it showed that starting MATLAB and running the following command to get the correct folder
>>installFolder =matlabshared.supportpkg.getSupportPackageRoot(‘CreateDir’, true),;
Then run the following command to set the correct support package root directory
>> matlabshared.supportpkg.setSupportPackageRoot(installFolder); Can someone help me solve this problem? After downloading the support package offline, I found that the install_spportsoftwareexe mentioned in the readme document does not seem to be effective, and it will show that the system has not started the MATLAB version required for the support package installation. So I saw someone in the community saying that it’s possible to change install_spportsoftwaree.exe to SupportSoftwareinstallerexe. I also tried, but it showed that starting MATLAB and running the following command to get the correct folder
>>installFolder =matlabshared.supportpkg.getSupportPackageRoot(‘CreateDir’, true),;
Then run the following command to set the correct support package root directory
>> matlabshared.supportpkg.setSupportPackageRoot(installFolder); Can someone help me solve this problem? simulink, support package MATLAB Answers — New Questions