Integrating six simulink model
Ältere Kommentare anzeigen
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 Kommentare
Thisis Idea
am 2 Dez. 2024
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
am 2 Dez. 2024
Divyashree
am 2 Dez. 2024
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Modeling finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!



