SDT-base         Contents     Functions         Previous Next     PDF Index

cdm

Purpose

curve display model and static methods associated with curves.

Syntax

 cdm.urnVec(curve,{x,channel_name}{y,channel_name})

.urnVec

URN base extraction of vectors (& meta) from SDT curves for plotting

Time=demosdt('curve time_squeal')
% Extract Vector "Pressure" in dimension 1 with displayed unit (bar) instead of stored unit (Pa)
r1=cdm.urnVec(Time,'{x,#Pressure}');
% Extract Vector "Channel2" in dimension 2
r2=cdm.urnVec(Time,'{y,#Channel2}');
% Extract both at the same time
r3=cdm.urnVec(Time,'{x,#Pressure}{y,#Channel2}');

©1991-2025 by SDTools
Previous Up Next