Integrating six simulink model
Mostrar comentarios más antiguos
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 comentarios
Thisis Idea
el 2 de Dic. de 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
el 2 de Dic. de 2024
Divyashree
el 2 de Dic. de 2024
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Modeling en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!



