Skip to content

Instantly share code, notes, and snippets.

@chitchcock
chitchcock / gist:1251336
Created September 29, 2011 17:23
Simple printout wrapper for FindDataStoreBlocks
function FindDataStoreInSystem(rootSystemName, dataStoreName)
warning off
%% Get Data
[foundDSRSystems, foundDSWSystems] = FindDataStoreBlocks(rootSystemName, dataStoreName);
%% Printout Data
disp '-----------------------------------------'
disp 'Read Blocks'