フィルターのクリア

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 Center および File ExchangeStartup and Shutdown についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by