Main Content

Data Display

Display numerical data on device screen

  • Data Display block

Libraries:
Simulink Support Package for Apple iOS Devices / User Interface

Description

The Data Display block displays numerical data to a widget on the deployed ios app running on the device screen. The block label specifies the widget label.

Ports

Input

expand all

Data to display, specified as a numeric vector.

Example:

Data Types: single | double | int8 | int16 | int32 | int64 | uint8 | uint16 | uint32 | uint64 | Boolean

Parameters

expand all

Select the format of the data value to be displayed on the deployed ios app.

Note

For input signals with a data type of single or double, the Data Display block cannot display the data value in the Octal or Hex format. In this case, the Format parameter defaults to Float.

Specify the number of digits after the decimal point to display for the given data value.

Version History

Introduced in R2015a

See Also