% ------------------------------------------------------------ % MATLAB example on how to import and plot a data file obtained % with a HP4194A Impedance/Gain-phase Anaylzer and Agilent VEE. % % The format of the data in the file with the measurement % should be: frequency;gain;phase line by line. % In this example the data is plotted as a Bode plot - see code. % ------------------------------------------------------------ close all; clear all; clc; data = importdata('HP4194A_Measurement.txt'); %