Main Content

removeOperatingSystem

Class: soc.sdk.BoardSupport
Namespace: soc.sdk

Remove an operating system from the board support

Since R2019b

Syntax

removeOperatingSystem(boardSupportObj,name)

Description

removeOperatingSystem(boardSupportObj,name) deletes the soc.sdk.OperatingSystem object, with Name property equal to the name argument, from the soc.sdk.BoardSupport object.

Input Arguments

expand all

BoardSupport object, specified as an soc.sdk.BoardSupport object, defines a hardware board that you can use with the SoC Blockset™ features.

Descriptive name of the Name property of a OperatingSystem object contained in the BoardSupport object.

Example: "MyLinuxDistro"

Data Types: string | char

Version History

Introduced in R2019b