フィルターのクリア

Starting up sotware written in Basic language from MathLab

1 回表示 (過去 30 日間)
Daiva
Daiva 2013 年 11 月 21 日
回答済み: Iain 2013 年 11 月 21 日
I have a question, is it possible to initiate a start up of software that is written in Basic from Matlab? Does Matlab can interface to other applications via OLE automation (COM integration)?
Thank you

回答 (1 件)

Iain
Iain 2013 年 11 月 21 日
You can use matlab to start any executable by using the system function of the "bang" "!".
eg.: !dir
eg.: system('C:\myexe.exe')
It can do some com communications between programs and it can use active x objects to interface with things like excel (look at xlread.m for details) and it can use DDE to exchange info too.

カテゴリ

Help Center および File ExchangeUse COM Objects in MATLAB についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by