- Start MATLAB as Admin
- Execute the following commands at the MATLAB command prompt
Simulink Real-Time Target Support Package install with silent installation
16 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
When I try to install the simulink real-time target support package using the silent install process, the installation for this package is performed, but some files and folders are missing from this directory.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1420493/image.png)
I uninstalled this package and tried to install manually by going in the matlab executable to Get Add-ons, and the installation was successful.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1420498/image.png)
I have attached a .txt file describing the silent installation process.
So when I try to install via silent installation process, then some files and folders are missing and I don't know exactly why.
Can anyone give me an idea how to fix this problem?
0 Commenti
Risposta accettata
Shuba Nandini
il 18 Ago 2023
Hello,
I understand that you are facing issues with silent installation of Simulink real-time target support package. It might be due to lack of permissions while package installation.
To fix the installation, you can follow the below steps:
cd(fullfile(matlabshared.supportpkg.getSupportPackageRoot,'toolbox','slrealtime','target','supportpackage'));
slrealtime.internal.postInstallSetup
To know more about Silent installation process, please refer to this link:
I hope this helps!
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Introduction to Installation and Licensing in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!