Borrar filtros
Borrar filtros

Executible using actxserver is not working

2 visualizaciones (últimos 30 días)
Sarah Crimi
Sarah Crimi el 11 de En. de 2019
Hi,
I am having an issue. I created a GUI with MATLAB that uses actxserver. On my machine with Matlab installed, this works and collects data using the connection below. automationInterface = actxserver('OmicronLab.VectorNetworkAnalysis.AutomationInterface')
bode = automationInterface.Connect();
OnePortMeasurement=bode.Impedance.CreateOnePortMeasurement;
When I package this as an executible on a computer without MATLAB, I get an error (complete error message is attached.)
Error using actxserver (line 93)
Server creation failed. Invalid {rpgID 'OmicronVectorAnalysis.AutomationInterface'.
How can I fix this?
Sarah

Respuestas (0)

Categorías

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

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by