Rank: 2256 based on 23 downloads (last 30 days) and 2 files submitted
Personal Profile:
Professional Interests:
interactive data visualization, computational geometry

 

Watch this Author's files

 

Files Posted by matt View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
04 Dec 2008 rgb2name Names a color based on its RGB-triple colorspec. Knows over 400 color names. Author: matt dash rgb, color, color name, cell array, name, colormap 3 0
17 Nov 2008 getscreen Replacement for getframe for multiple-monitor systems. Also takes screenshots of non-MATLAB windows. Author: matt dash image processing, screenshot, screen shot, data import, data export, getframe 20 3
  • 4.0
4.0 | 1 rating
Comments and Ratings by matt View all
Updated File Comments Rating
06 Mar 2009 Line-wrap a string Break a string into multiple lines Author: Steve Eddins
11 Dec 2008 javaTable Simple function to display cell array data in a nice looking Java JTable Author: Matt Dunham

No help file. Gives all kinds of java exceptions if number of columns doesnt match size of data. Would be more useful if it was in a matlab window instead of a java window.

12 Nov 2008 Pareto Front Two efficient algorithms to find Pareto Front Author: Yi Cao

Of all the pareto front algorithms for MATLAB i've come across or written, this one is my favorite.

08 Nov 2008 Myaa - My Anti-Alias for Matlab Better looking Matlab figures with anti-aliasing! Author: Anders Brun

very nice, but i think it should optionally take a figure handle as an input instead of just using gcf.

08 Nov 2008 Myaa - My Anti-Alias for Matlab Better looking Matlab figures with anti-aliasing! Author: Anders Brun
Comments and Ratings on matt's Files View all
Updated File Comment by Comments Rating
12 May 2011 getscreen Replacement for getframe for multiple-monitor systems. Also takes screenshots of non-MATLAB windows. Author: matt dash Enrique

3 mal = 3 times.
:)

12 May 2011 getscreen Replacement for getframe for multiple-monitor systems. Also takes screenshots of non-MATLAB windows. Author: matt dash Enrique

Its a lot faster (3 mal in my computer) if you change the lines 113 - 118 (the Java to Matlab RGB conversion) to:

rasta = typecast(rasta, 'uint8');
X.cdata=zeros(h,w,3,'uint8');

I posted my own version of saurabh kumar screencapture script here
http://www.mathworks.com/matlabcentral/fileexchange/31383-screenshotrgb-make-a-screenshot-using-robot-java-class

19 Dec 2008 getscreen Replacement for getframe for multiple-monitor systems. Also takes screenshots of non-MATLAB windows. Author: matt dash Serrano, Arturo

Thanks for the code. I found it just when a I needed it.
Just a point. I had to add
>> pause (0.01);
after drawnow.

Top Tags Applied by matt
color, color name, colormap, colorspec, data import
Files Tagged by matt View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
04 Dec 2008 rgb2name Names a color based on its RGB-triple colorspec. Knows over 400 color names. Author: matt dash rgb, color, color name, cell array, name, colormap 3 0
17 Nov 2008 getscreen Replacement for getframe for multiple-monitor systems. Also takes screenshots of non-MATLAB windows. Author: matt dash image processing, screenshot, screen shot, data import, data export, getframe 20 3
  • 4.0
4.0 | 1 rating

Contact us at files@mathworks.com