Effacer les filtres
Effacer les filtres

MATLAB and other software?

3 vues (au cours des 30 derniers jours)
Akinwande
Akinwande le 14 Juin 2013
Please, how do I enable communication between MATLAB and other software?
  1 commentaire
Azzi Abdelmalek
Azzi Abdelmalek le 14 Juin 2013
What do you mean by communication?

Connectez-vous pour commenter.

Réponse acceptée

Image Analyst
Image Analyst le 14 Juin 2013
I usually use ActiveX if I want "live" communication with Microsoft Office products. You can search this forum for ActiveX and you'll get lots of hits.
Otherwise pass stuff around via text files, Excel workbooks, or whatever file type you want to use.
  1 commentaire
Akinwande
Akinwande le 15 Juin 2013
Thanks a bunch. I'll have to fine out how to because this method is totaly new to me. i'll appriciate it if i can get tutor links on this please.
Thank you

Connectez-vous pour commenter.

Plus de réponses (2)

Azzi Abdelmalek
Azzi Abdelmalek le 14 Juin 2013
Modifié(e) : Azzi Abdelmalek le 14 Juin 2013
you can use
system('file.doc') % to launch a word document
You can also link Matlab with certain applications like Excell.
  3 commentaires
Akinwande
Akinwande le 15 Juin 2013
Thanks a bunch. I'll have to fine out how to because this method is totaly new to me. i'll appriciate it if i can get tutor links on this please.
Thank you
Azzi Abdelmalek
Azzi Abdelmalek le 15 Juin 2013
Can you specify the application you want communicate with?

Connectez-vous pour commenter.


Iain
Iain le 15 Juin 2013
You can also use dde methods. Depending on what you're doing with what.

Community Treasure Hunt

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

Start Hunting!

Translated by