How to access DeweSoft application using matlab ?

49 visualizaciones (últimos 30 días)
Bennett
Bennett el 22 de Oct. de 2013
Respondida: Primoz Rome el 3 de Ag. de 2020
I want to know how can i access an application(Dewesoft.exe) using Matlab command . For example : We can access MS Excel and all its features using command in matlab . %% exl = actxserver('excel.application'); %% exlWkbk = exl.Workbooks; %% exlFile = exlWkbk.Open(file);
My purpose is, i want to open the Dewesoft.exe and export the saved data file(.d7d) to another format (.xls or .mat)
Please let me know your suggestions
Thanks and Regards,
Bennett
  1 comentario
Matt Kindig
Matt Kindig el 22 de Oct. de 2013
It would help if Dewesoft.exe had a command-line interface, because then you could use the system() function to call it. I haven't used the newer versions of Dewesoft, but I seem to remember (in Dewesoft 6.x) that there was no such interface.

Iniciar sesión para comentar.

Respuestas (1)

Primoz Rome
Primoz Rome el 3 de Ag. de 2020
In our download center in Developers section you can find the example of Matlab accessing Dewesoft X Software. Download file ActiveXMatlabExamples.zip to get started.
For any further developer question you can also ask question on our Developer portal to get some specific questions about Dewesoft X.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by