Search Comments and Ratings

go

   
Date File Comment by Comment Rating
28 Mar 2013 GUI Layout Toolbox Layout management objects for MATLAB GUIs Author: Ben Tordoff Quinn, Michael

30 Apr 2012 GraphViz-like tools for MATLAB Generate a function or script file call tree and plot it in a figure. Author: Jonathan Lister Quinn, Michael

I agree that an example would be nice to show the basic usage. It took me a few minutes to figure this out. Here is my simple example:

example:
>> mkdotfile('yourfile.m', 'outfile.dot')
>> ha = axes;
>> mGraphViz('outfile.dot',ha)

Contact us