Code covered by the BSD License  

Highlights from
Agilent Infiniium and InfiniiVision Oscilloscopes – MATLAB Example

image thumbnail
from Agilent Infiniium and InfiniiVision Oscilloscopes – MATLAB Example by Vinod Cherian
MATLAB application example for Agilent Infiniium and InfiniiVision oscilloscopes

MLabelledData(iData, iDataLabel )
function h = MLabelledData(iData, iDataLabel )
% MLABELLEDDATA creates a data with label associates with it.
%
%      H = MLabelledData returns a structure contains data and its label
%      iData is a vector or matrix
%      iDataLabel is the label for iData

    h = struct('data', iData,...
              'label', iDataLabel);
end

Contact us at files@mathworks.com