rasPiObj =
raspberrypi with properties:
DeviceAddress: '192.168.1.5'
Port: 22
For more information on creating a connection to Raspberry Pi hardware, see .
Use the getRunOnBoot function. The function returns the name
of the model available in Run-on-boot. If no model is available in Run-on-boot, the
function returns an empty cell.
getRunOnBoot(raspPiObj)
ans =
1×1 cell array
{'raspberrypi_gettingstarted'}