% ------------------------------------------------------------ % MATLAB example on how to import and plot a data file obtained % with a HP54750A Time Domain Reflectometer and Agilent VEE. % ------------------------------------------------------------ close all; clear all; clc; data = importdata('HP54750A_Measurement.txt'); %