ToMatlab-TimedPlot

Navigation:  Library > Signal > Import Export > Matlab >

ToMatlab-TimedPlot

Previous pageReturn to chapter overviewNext page

Library

Signal\Import Export\Matlab

Use

Domains: Continuous, Discrete. Size: 1-D. Allowed in: Block Diagrams.

Description

This submodel sends the time and input signal to the Matlab workspace, stores the time and input inside the Matlab workspace into a matrix, and plots the result in a graph. Each row of the matrix corresponds with a major simulation step, so the input is limited to a scalar or column vector. Note: the name is set during the processing phase only

Interface

Inputs

Description

input

The variable to send to the Matlab workspace.

Parameters

 

name

Name of the variable inside the Matlab workspace

Tip

20-sim uses a single quote ' for strings. If you wish to include a single quote inside the command string for Matlab, use 2 single quotes '' in the command string instead.