How to start a third party application with Matlab?

8 visualizaciones (últimos 30 días)
Raja Vardhan Reddy Kothakapu
Raja Vardhan Reddy Kothakapu el 2 de Jul. de 2020
Comentada: Walter Roberson el 4 de Jul. de 2020
Hi everyone,
My Matlab script generates some files, when I compile it. I need to load this files in to a another third-party application. Instead of manually doing this, I would like to automate the process with a function. Could someone please tell me, is there any way to do this?My goal is to first open the application and then load the files using File->Newproject with a Matlab command.
Thanks in advance

Respuestas (1)

Sugar Daddy
Sugar Daddy el 2 de Jul. de 2020
open is the command. Suppose that i want to open a word document (which is in my MATLAB path) then
open('Test document.docx')
or you can also use
! Test document.docx
  5 comentarios
Sugar Daddy
Sugar Daddy el 4 de Jul. de 2020
Editada: Sugar Daddy el 4 de Jul. de 2020
! Test document.docx
works fine in R2020a. I ve tried it. though i agree open is smarter way
Walter Roberson
Walter Roberson el 4 de Jul. de 2020
! Test document.docx
would certainly not work on Mac.

Iniciar sesión para comentar.

Categorías

Más información sobre Programming en Help Center y File Exchange.

Productos


Versión

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by