v2.13 Cleverscope CS300 Reference Manual
©Cleverscope 2004-2018 www.cleverscope.com Page 137
20.4 Matlab Functions - Example 2
20.5 Matlab Functions - Example 3
Cscope1.m – adds two channels together, returns result, and plots a and y in red and blue in a Matlab Figure.
function z =
cscope(x,y,n,T0,dt,TrigSecs,TrigPartSecs,Frame)
plot(time, x, 'r', time, y, 'b')