Where did Matlab stores a requirement set (*.slreqx file) dependencies ?
조회 수: 13 (최근 30일)
이전 댓글 표시
Hello,
I got a warning after opening a Simulink Model stating that Matlab is unable to locate a requirement set. Indeed, the file that Matlab wants to locate has been deleted intentionally by me:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1417704/image.png)
I want to know, how to fix this warning ?
Thank you !
댓글 수: 0
채택된 답변
Yongjian Feng
2023년 6월 26일
Check if you have something called Swc_MTR*.slmx.
Rename it to something else and try again.
That is a linkset file. Please note that it might contain things more than just links to the deleted requirement set. So you need to figure out what to remove from that file. IF it contains only links to the deleted requirement set, then you can just delte it.
댓글 수: 2
Yongjian Feng
2023년 7월 10일
Yes, you did it right. The linkset can be saved either inside the model or outside as a separatted file. The second option is more popular though.
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!