calling other softwares using matlab
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
how can i call other softwares from matlab? can anyone explain?
0 commentaires
Réponses (2)
Andreas Goser
le 14 Mar 2011
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 commentaires
Doug Eastman
le 14 Mar 2011
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 commentaire
Andreas Goser
le 14 Mar 2011
Douglas was faster. Yes, please do not re-invent the wheel and use EDA Simulator Link
Voir également
Catégories
En savoir plus sur Get Started with Aerospace Blockset dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!