MATLAB and other software?

Please, how do I enable communication between MATLAB and other software?

 Respuesta aceptada

Image Analyst
Image Analyst el 14 de Jun. de 2013

0 votos

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 comentario

Akinwande
Akinwande el 15 de Jun. de 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

Iniciar sesión para comentar.

Más respuestas (2)

Azzi Abdelmalek
Azzi Abdelmalek el 14 de Jun. de 2013
Editada: Azzi Abdelmalek el 14 de Jun. de 2013

0 votos

you can use
system('file.doc') % to launch a word document
You can also link Matlab with certain applications like Excell.

3 comentarios

Matt Kindig
Matt Kindig el 14 de Jun. de 2013
Editada: Matt Kindig el 14 de Jun. de 2013
@Akinwande, you should also see the "External Interfaces" section of the User Guide. Just search "External Interfaces" in the Help browser to bring it up.
Akinwande
Akinwande el 15 de Jun. de 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 el 15 de Jun. de 2013
Can you specify the application you want communicate with?

Iniciar sesión para comentar.

Iain
Iain el 15 de Jun. de 2013

0 votos

You can also use dde methods. Depending on what you're doing with what.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by