Main Content

deleteOperatingSystem

Class: matlabshared.targetsdk.Target
Namespace: matlabshared.targetsdk

Delete operating system from the target

Syntax

deleteOperatingSystem(targetObj,operatingSystemName)

Description

deleteOperatingSystem(targetObj,operatingSystemName) deletes the OperatingSystem object with Name property equal to the operatingSystemName argument from the Target object.

Input Arguments

expand all

Target object that references the Target being developed.

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

Example: 'MyLinuxDistro'

Data Types: char

Version History

Introduced in R2015a