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

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 commentaire

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

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Get Started with GPU Coder dans Centre d'aide et File Exchange

Produits

Version

R2022a

Question posée :

le 24 Juin 2022

Commenté :

le 27 Juin 2022

Community Treasure Hunt

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

Start Hunting!

Translated by