I have a workflow which involves compiling a lot of Simulink models from different sources.
To fully automate the process, I am compiling using a matlab script. However, some of these Simulink models ask for user input when compiling which ultimately require user intervention for the script to proceed. Is there a way for detect that an input is expect and auto handle it (say with a return key) through the matlab script?
Also, Is there any subroutine that kills a running function based upon a pre specified time or timeout?