필터 지우기
필터 지우기

calling other softwares using matlab

조회 수: 1 (최근 30일)
fit institute
fit institute 2011년 3월 14일
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