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