Daniel@0: function r = graphViz4MatlabRoot() Daniel@0: % Return directory name where graphlayout is stored Daniel@0: [pathstr,name,ext,versn] = fileparts(which(mfilename)); Daniel@0: r = pathstr; Daniel@0: end