from XMLNode by Jarrod Rivituso
MATLAB class that allows you to use XPath to navigate and extract data from an XML document.

startup.m
%Add XMLNode folder to path
folder = fileparts(mfilename('fullpath'));
addpath(fullfile(folder,'XMLNode'),'-end');
addpath(fullfile(folder,'example'),'-end');

%Call initialize
XMLNode.initialize;

Contact us