Model Generation Library

Check the code  github

During my work at Valeo , due to an important project request i was able to gain more experience in both MATLAB ( used before in a previous computer vision project ) and Simulink models.

I gained previous knowledge in Simulink during my studies at Alexandria University, but in the industry that was quite different. Simulink was used to create input signal connected blocks as a flow to what the intended output software should do. this was easier to debug than the c code. And in Simulink you can add blocks with custom c code inside it.

After finishing the Simulink model using Embedded Coder it could generate c code based on your design.

I made this library to make it easier to automate the creation of the models on Simulink.

Model Generation Libraries is a class built with a set of easy APIs to make it easier to automate Simulink model generation using MATLAB scripting.