I'm working on a really ambitious project right now in Simulink and I want to make it as user friendly as I possibly can.
Basically I'm making a detailed model of an intersection filled with cars. I have a car model block that is masked and you can define position, speed, direction etc. But If a user wants to add cars to the system he has to manually "Copy / Paste" and then connect to right places (For example output to GUI and more)
So is there a way to make this automatic ? That is, the user can specify number of cars and they are automatically added into the model ?
I would attach pictures but I don't have enough reputation yet :)