0

I want to run a simulink model based on the user selection.

lets say i have to run a equation A = B+C+D+E, where B,C,D,E are also equations. I want to ask user if he has values of B,C,D,E or if he has the values of unknowns of the those equations. Based on his selection I should find A directly or I should find B,C,D,E first and then find A.

How do i make dialogue box with buttons asking user's input which triggers subsystem/function based on his selection.

1 Answers1

0

Creating a subsystem and masking it works If clicked on the subsystem the dialogue box pops up and takes inputs from user as defined. But dunno if the dialogue box pops when I run the model without clicking on the mask