Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Execute programm on Rasberry, DONT wait for answer
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentar
Vidya Viswanathan
am 16 Jun. 2016
Could you provide more information about the contents of the variable "mypi"?
-Vidya
Antworten (0)
Diese Frage ist geschlossen.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!