calling other softwares using matlab

1 次查看(过去 30 天)
how can i call other softwares from matlab? can anyone explain?

回答(2 个)

Andreas Goser
Andreas Goser 2011-3-14
That depends on the other software.
One easy thing is to use the SYSTEM command (or ! or DOS or UNIX) to call another piece of software from MATLAB.
More advanced methods work the MATLAB executable files (MEX files) that are written in C and can be uses for interfaceing with other software.
C MEX S-Functions are often used in Silulink to co-simulate.
  2 个评论
fit institute
fit institute 2011-3-14
other software is MODELSIM HDL design tool.....
fit institute
fit institute 2011-3-14
so how can this be done ?can you show examples?

请先登录,再进行评论。


Doug Eastman
Doug Eastman 2011-3-14
For ModelSim, you could create your own link as Andreas mentioned, but we actually already have a product called EDA Simulator Link that allows you to do co-simulation to verify HDL code using a MATLAB or Simulink testbench.
  1 个评论
Andreas Goser
Andreas Goser 2011-3-14
Douglas was faster. Yes, please do not re-invent the wheel and use EDA Simulator Link

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 HDL Coder 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by