필터 지우기
필터 지우기

How can I utlized an external program through MATLAB

조회 수: 2 (최근 30일)
Victoria
Victoria 2018년 7월 2일
댓글: Victoria 2018년 7월 6일
Hello - I'd like to run some data analysis through MATLAB, but one part requires the use of another program. Is there a way to automatically run the program through the use of MATLAB, meaning I do all the work from MATLAB and just code what I'd like the other program to do? Thank you
  댓글 수: 12
Walter Roberson
Walter Roberson 2018년 7월 2일
You could try
!externprogram.exe /help
or
!externprogram.exe -help
/help and -help and --help and /? are the commonly used methods of asking for a description of the program arguments
It is possible that you might end up needing to use Java Robot class to automate use of the program.
Victoria
Victoria 2018년 7월 6일
I talked to the programmer - it isn't compatible with MATLAB as of yet. Thank you for the help.

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by