Borrar filtros
Borrar filtros

Starting up sotware written in Basic language from MathLab

1 visualización (últimos 30 días)
Daiva
Daiva el 21 de Nov. de 2013
Respondida: Iain el 21 de Nov. de 2013
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

Respuestas (1)

Iain
Iain el 21 de Nov. de 2013
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.

Categorías

Más información sobre Use COM Objects in MATLAB en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by