Integrating six simulink model
이전 댓글 표시
Hello,

I have implemented simulink model. Basically it is a hybrid matlab-simulink model. First I have written a .m script and created a matlab function. By using the coder extrinsic, I've called the .m script in the matlab function model. I've attached the snap. There are six models. How to integrate all the six models?
The process flow of the model should work as mentioned below:
- SED, NVM and BITE - there is no input and generates only the three pre-processed SED, NVM & BITE output files
- From SED and NVM output files - input verfication is done
- And the output data from input verfication should be printed in the final generated report
- From the SED NVM and BITE output files, analysis is done
- The analysed data is again printed in the generated report
- So from input verification and analysis the output should go to final report
If I run the model, the model should generate SED, NVM, BITE and final report as output. How to integrate all the six models?
댓글 수: 3
Thisis Idea
2024년 12월 2일
Integration is possible when prepared subsystems are interconnected. Your subsystems are observed as independent from each other.
Input verification should have some "input connection" from SED and NVM output.
Analysis should have some "input connection" from SED, NVM and BITE.
here "input connection" could be passing data, or connection of signals.
Divyashree
2024년 12월 2일
Divyashree
2024년 12월 2일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Modeling에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!



