Restart or Shutdown Raspberry PI crashes Matlab
Show older comments

Hi guys,
To restart:
system(raspberrypi,'sudo shutdown -r now')
%or
system(raspi,'sudo shutdown -r now')
It works! Raspberry Pi restarts but Matlab continues busy even after Raspberry Pi has restarted.
Also, I didn't find any documentation about raspberrypi vs raspi, what is the difference between one and other?
Best!
Accepted Answer
More Answers (1)
Mario Frischmann
on 20 Sep 2017
0 votes
Any solutions?
1 Comment
Alejandro Ojeda
on 5 Jul 2018
Edited: Alejandro Ojeda
on 5 Jul 2018
This is nonblocking
p = raspberrypi;
p.system('sudo shutdown -r +1');
Categories
Find more on MATLAB Support Package for Raspberry Pi Hardware in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!