Execute programm on Rasberry, DONT wait for answer
1 次查看(过去 30 天)
显示 更早的评论
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. If i enter the same command to the terminal manually, the raspberry doesnt wait for the answer. Any ideas how to send only the command and instantly proceeding with my own matlab-code???
0 个评论
回答(1 个)
Andrew Bliss
2016-6-13
I haven't used matlab with a Raspberry, so I'm not familiar with the system syntax you're using (the 'mypi' argument). Can you run something simple like 'dir' or 'ls' and get what you'd expect?
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Installation Setup and Configuration 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!