Main Content

removeRunOnBoot

Remove a Simulink model from Run-on-boot

Add-On Required: This feature requires the Simulink Support Package for Raspberry Pi Hardware add-on.

Description

removeRunOnBoot(raspPiObj) removes the Simulink® model from Run-on-boot.

Note

Simulink Online™ does not support the removeRunOnBoot function currently.

example

Examples

collapse all

To remove a model from Run-on-boot:

Create a connection to the Raspberry Pi® hardware.

raspPiObj = raspberrypi('192.168.1.5','pi','raspberrypi')
rasPiObj = 

  raspberrypi with properties:

    DeviceAddress: '192.168.1.5'
             Port: 22

For more information on creating a connection to Raspberry Pi hardware, see raspberrypi.

Use the removeRunOnBoot function to remove a Simulink model from Run-on-boot.

removeRunOnBoot(raspPiObj)

Input Arguments

collapse all

The object that represents the connection to Raspberry Pi hardware.

Example: raspPiObj

Version History

Introduced in R2015b