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!