% ------------------------------------------------------------ % MATLAB example on how to import and plot a data file obtained % with a HP3562A Dynamic Signal Analyzer and Agilent VEE. % ------------------------------------------------------------ close all; clear all; clc; data = importdata('HP3562A_Measurement.txt'); %