Info

This question is closed. Reopen it to edit or answer.

calling other programs using matlab

1 view (last 30 days)
fit institute
fit institute on 14 Mar 2011
Closed: MATLAB Answer Bot on 20 Aug 2021
how can i call modelsim software using matlab and give some input values? can anyone explain how this can be done
  1 Comment
Walter Roberson
Walter Roberson on 13 May 2011
duplicates http://www.mathworks.com/matlabcentral/answers/3151-calling-other-softwares-using-matlab

Answers (1)

Kaustubha Govind
Kaustubha Govind on 14 Mar 2011
Modelsim provides a TCL interface. You can call into this interface from MATLAB by writing a TCL script and then calling the TCL interpreter using the ! (bang) operator or SYSTEM command.

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!