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!



