Effacer les filtres
Effacer les filtres

raspberry pi linux command hang

2 vues (au cours des 30 derniers jours)
Hae Min Jung
Hae Min Jung le 30 Mar 2020
Commenté : Sreeraj S J le 29 Juil 2021
Hi, I am interfacing Matlab with an r pi to send over a command to run a python script.
The code is supposed to run for a certain amount of time, but I was looking for a way to have this not hang for return/terminate from linux.
Is there a way to achieve this?
  1 commentaire
Prasanth Sunkara
Prasanth Sunkara le 8 Mai 2020
Try system(raspiObj , 'python yourScriptname.py &');

Connectez-vous pour commenter.

Réponses (1)

Puru Kathuria
Puru Kathuria le 25 Fév 2021
Modifié(e) : Puru Kathuria le 25 Fév 2021
Hi,
I hope the raspberry pi support package has been installed and a connection has been initiated from MATLAB to Raspberry Pi.
Next, You might want to try one of these ways:
%system(raspberryPiObject, commandToBeExecuted);
%for executing python script
system(raspberryPiObject, 'python SRC_DIR/scriptName.py');
%for running python script in background
system(raspberryPiObject, 'python SRC_DIR/scriptName.py &');
  1 commentaire
Sreeraj S J
Sreeraj S J le 29 Juil 2021
Hi,
This is not working while we deploy the code in Raspberry Pi Hardware.
The same code will work only when Raspberry Pi is connected to Matlab directly.
Is there any solution to this?

Connectez-vous pour commenter.

Catégories

En savoir plus sur MATLAB Support Package for Raspberry Pi Hardware dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by