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

getbasedir
function base = getbasedir
%% Get Base Dir helper function for finding help html files
% This is my home grown getbase address for finding relative files for
% help
% Home made function to return the base directory.
p = which('ScopeMath');
[pathstr,basefile,ext]=fileparts(p);
base = strrep(lower(pathstr),'\','/');
end

Contact us at files@mathworks.com