procID = runExecutable(___,exeArgs); can somebody give an example how to call the args to the executable when running the executable in jetson?
2 ビュー (過去 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
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 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!