Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

stripplot (MathScript RT Module Function)

LabVIEW 2010 Help

Edition Date: June 2010

Part Number: 371361G-01

»View Product Info

Owning Class: plots

Requires: MathScript RT Module

Syntax

stripplot(x)

stripplot(x, n)

stripplot(x, t, f)

stripplot(x, t, f, s)

Legacy Name: strips

Description

Generates a plot of horizontal strips.

Details

Examples

Inputs

Name Description
x Specifies the data sequence you want to plot. If x is a matrix, stripplot plots each column of x.
n Specifies the amount of data you want to plot in each strip. The default is 250.
t Specifies the time duration over which you want to plot the data in each strip.
f Specifies the sampling frequency.
s Specifies the scale for the y-axis.

Details

This function is not supported in the LabVIEW Run-Time Engine. This function can remain in your scripts when you build a stand-alone application or shared library, but the LabVIEW Run-Time Engine does not execute this function.

Examples

x = rand(400, 2);
t = 0.15;
f = 1000;
s = 0.5;
stripplot(x, t, f, s);

Related Topics

stem


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit