필터 지우기
필터 지우기

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 CenterFile Exchange에서 Use 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