Main Content

matlabshared.targetsdk.OperatingSystem Class

Namespace: matlabshared.targetsdk
Superclasses:

Operating system that runs on hardware

Description

An OperatingSystem object that represents the operating system that runs on hardware, that is supported by a Target, and is used to schedule execution of generated code.

Construction

H = OperatingSystem(name) creates an OperatingSystem object and sets the Name property to operatingSystemName.

Input Arguments

expand all

The name of the operating system that runs on hardware supported by a target, specified as a string of characters. The default is ''.

The valid values for the name of the operating system are 'Linux' and 'VxWorks'.

Data Types: char

Properties

expand all

Name of the OperatingSystem object, specified as a string.

Data Types: char

Version History

Introduced in R2015a