From Tombone's blog
(Tomasz Malisiewicz)
MatLab GraphViz Interface
http://www.mathworks.com/matlabcentral/fileexchange/4518
From Leon Peshkin
Drawing Beautiful Explicite and Implicite Functions using Matlab
http://www.falkoschindler.de/pub/2011/08/20-drawing-beautiful-explicite-and-implicite-functions-using-matlab/2-D line plot
http://www.mathworks.com/help/matlab/ref/plot.html
Setting Properties
Improving Your MATLAB Figures
Micah Kimo Johnson
http://www.mit.edu/~kimo/blog/improving_figures.htmlMaking pretty graphs
http://blogs.mathworks.com/loren/2007/12/11/making-pretty-graphs/
Setting figure size:
http://stackoverflow.com/questions/5183047/matlab-setting-graph-figure-size
hFig = figure(1); set(hFig, 'Position', [x y width height])
No comments:
Post a Comment