MATLAB and other software?
Mostrar comentarios más antiguos
Please, how do I enable communication between MATLAB and other software?
1 comentario
Azzi Abdelmalek
el 14 de Jun. de 2013
What do you mean by communication?
Respuesta aceptada
Más respuestas (2)
Azzi Abdelmalek
el 14 de Jun. de 2013
Editada: Azzi Abdelmalek
el 14 de Jun. de 2013
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
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
el 15 de Jun. de 2013
Azzi Abdelmalek
el 15 de Jun. de 2013
Can you specify the application you want communicate with?
Iain
el 15 de Jun. de 2013
0 votos
You can also use dde methods. Depending on what you're doing with what.
Categorías
Más información sobre ActiveX en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!