Error on Simulink : CRL: "Simulation Target IPP BLAS SIMD" cannot be found in the registry.
26 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I am working the below project on MATLAB Simulink but facing error as displayed in the picture.
Please check and let me know tehe solution to resolve this issue asap.
Thanks.
Aravind. Y

1 comentario
Respuestas (1)
Arun
el 21 de Oct. de 2023
Hey Aravind,
I understand you receive the error :CRL: "Simulation Target IPP BLAS cannot be found in the registry" when working on Desing MPC Controller for Position Servomechanism.
Two possible reasons for the issue:
- Corrupted “path” settings
The most likely cause of this error is the MATLAB path not being able to locate certain files or did not correctly identify and locate all your licensed products.
One way to resolve this issue to restore & refresh path settings, I Here are the steps, execute the following commands from the MATLAB command prompt:
>> restoredefaultpath
>> rehash toolboxcache
>> sl_refresh_customizations
2. Missing files:
Refer the shared link to the MATLAB answer for this reason: https://www.mathworks.com/matlabcentral/answers/83958-crl-simulation-target-ipp-blas-cannot-be-found-in-the-registry
Hope this helps.
0 comentarios
Ver también
Categorías
Más información sobre Model Predictive Control Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!