MATLAB and other software?
이전 댓글 표시
Please, how do I enable communication between MATLAB and other software?
댓글 수: 1
Azzi Abdelmalek
2013년 6월 14일
What do you mean by communication?
채택된 답변
추가 답변 (2개)
Azzi Abdelmalek
2013년 6월 14일
편집: Azzi Abdelmalek
2013년 6월 14일
you can use
system('file.doc') % to launch a word document
You can also link Matlab with certain applications like Excell.
댓글 수: 3
Matt Kindig
2013년 6월 14일
편집: Matt Kindig
2013년 6월 14일
@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
2013년 6월 15일
Azzi Abdelmalek
2013년 6월 15일
Can you specify the application you want communicate with?
Iain
2013년 6월 15일
0 개 추천
You can also use dde methods. Depending on what you're doing with what.
카테고리
도움말 센터 및 File Exchange에서 ActiveX에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!