Error using open ep/requirement/al/keys/RequirementsSourceKey when lauching Simulink Project
Show older comments
Hello,
I got an 'Error using open ep/requirement/al/keys/RequirementsSourceKey" when I launch the Simulink Project. This error appears irregularily and I don't know what causes it and what it means !

Does any one know about it ?
With advance thanks !
Riad Boukhari.
Answers (1)
Dhruv
on 27 May 2024
Hi Mohamed,
To resolve this error, you might want to try out the following troubleshooting steps:
- Ensure that all necessary files, models and external libraries are correctly set up and accessible. This involves setting up the project's path to include all relevant directories and confirming that any external dependencies are correctly located.
- Try using the following command in the MATLAB Command Window:
rehash toolboxcache
This refreshes the internal cache that MATLAB uses to quickly locate functions and system toolboxes.
- Ensure that you have the correct read/write permissions for all project files and directories. Insufficient permissions can lead to errors, as MATLAB and Simulink might be unable to access or modify necessary files.
- You may also try updating MATLAB to the latest release. This will not only improve performance and compatibility but also resolve the errors that you are encountering.
However, if the issue still persists, you may reach out to MathWorks Technical Support for further assistance.
Hope this is helpful!
1 Comment
Categories
Find more on Using MATLAB Projects in Simulink in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!