Contents Up Previous Next

XYZ Signal

Purpose
Description
Macro Synopsis
Modules
Related Functions


Purpose

Generate XYZ plot

Description

This function creates a three-dimensional (x,y,z) plot from three selected data sets. The first serves as array of x-coordinates, the second provides the y-coordinates, and the third one gives the z-coordinates.

Macro Synopsis

w = XYZ_Signal([x,y,z]);
signal w,x,y,z;

Note that w is a 3D plot signal.


Modules

Student, Professional

Related Functions

XY Signal, Create 3D delay