How to start a third party application with Matlab?

조회 수: 8 (최근 30일)
Raja Vardhan Reddy Kothakapu
Raja Vardhan Reddy Kothakapu 2020년 7월 2일
댓글: Walter Roberson 2020년 7월 4일
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

답변 (1개)

Sugar Daddy
Sugar Daddy 2020년 7월 2일
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
Sugar Daddy
Sugar Daddy 2020년 7월 4일
편집: Sugar Daddy 2020년 7월 4일
! Test document.docx
works fine in R2020a. I ve tried it. though i agree open is smarter way
Walter Roberson
Walter Roberson 2020년 7월 4일
! Test document.docx
would certainly not work on Mac.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Programming에 대해 자세히 알아보기

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by