procID = runExecuta​ble(___,ex​eArgs); can somebody give an example how to call the args to the executable when running the executable in jetson?

조회 수: 1 (최근 30일)
procID = runExecutable(___,exeArgs);
can somebody give an example how to pass the args to the executable when running the executable in jetson? for testing
  댓글 수: 1
Nathan Malimban
Nathan Malimban 2022년 6월 27일
Hi Liwei,
I might be misunderstanding your question, but if you want to pass an argument to an executable that you are launching from MATLAB via runExecutable, it would look something like this:
procID = runExecutable(hwobj,'./myExecutable','myArgument')
Nathan

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

답변 (0개)

제품


릴리스

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by