% ------------------------------------------------------------ % MATLAB example on how to import and plot a frequency response % data file obtained with a HP54750A Network Analyzer and % Agilent VEE. See comments in the code. % ------------------------------------------------------------ close all; clear all; clc; data = importdata('HP8753B_Frequency_Response.txt'); %