LabVIEW Control Design and Simulation Module

mgrid (MathScript RT Module Function)

  • Updated2023-03-14
  • 1 minute(s) read

mgrid (MathScript RT Module Function)

Owning Class: cdplots

Requires: Control Design and Simulation Module and MathScript RT Module

Syntax

mgrid

mgrid(display)

Description

Shows or hides a Nyquist plane on the active plot. mgrid toggles between showing and hiding the Nyquist plane.

Examples

Inputs

Name Description
display Specifies whether to show or hide the Nyquist plane. display is a string that can take the following values:

'on' Specifies to show the Nyquist plane.
'off' Specifies to hide the Nyquist plane.

Details

The following table lists the support characteristics of this function.

Supported in the LabVIEW Run-Time Engine No (returns error or is ignored)
Supported on RT targets No

Examples

nyquist(randss(2, 1, 1))
mgrid('on')

Related Topics

ngrid
sgrid
zgrid