Note: Gate is composed of 3 vectors each with 3 components describing a constraint on the points that will be plotted
COMPONENT 1 | The channel number |
COMPONENT 2 | Minimum value for the points |
COMPONENT 3 | Maximum value for the points |
Example:
gate=[8, 20, 50; 2, 100, 200];
%means that points in channel 8 must be between 20 and 50
%and points in channel 2 must be between 100 and 200