Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Execute programm on Rasberry, DONT wait for answer

1 回表示 (過去 30 日間)
s p
s p 2016 年 6 月 13 日
コメント済み: Vidya Viswanathan 2016 年 6 月 16 日
Hey guys, im executing a bash file on my raspberry with that matlab command
system(mypi,'bash ~/spidev/ex.sh')
The bashfile removes some old files and than executes a C-Code. My Problem is that matlab is waiting for the program to finish. I tried this:
system(mypi,'bash ~/spidev/ex.sh &')
but its still waiting. Any ideas how to send only the command and instantly proceeding with my own matlab-code???
  1 件のコメント
Vidya Viswanathan
Vidya Viswanathan 2016 年 6 月 16 日
Could you provide more information about the contents of the variable "mypi"?
-Vidya

回答 (0 件)

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by