I need to run interactive software in parallel to an another software.
This interactive software (Cadence) runs on a separate terminal.
Using Matlab, I want to invoke a csh script that gives certain commands to this interactive session, which is running in parallel.
Basically, I am performing some computations using Matlab and the results of which are simulated from using this interactive software (Cadence).
I am aware of the Matlab command 'system' that can be used to invoke a script.
How, can I do it? Also, if there is any alternate/shortcut method, please let me know.
Thanks in advance. Aksh