Rank: 31324 based on 0 downloads (last 30 days) and 0 files submitted
photo

Ilana Nisky

E-mail
Company/University
Ben-Gurion University

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Comments and Ratings by Ilana View all
Updated File Comments Rating
17 May 2009 Figure Slideshow Generator The function showfigs() generates a slideshow of all open figures. Author: Phillip M. Feldman

helpful

17 May 2009 show_colors.m generates a labeled plot showing all colors recognized by RGB.m Author: Phillip M. Feldman

After writing the comment I browesed the file exchange for a while and I ran into the fig function... Liked the fig function as well :) Any way, I find the colors.m helpful - it is always annoying to choose the colors by guessing...

16 May 2009 show_colors.m generates a labeled plot showing all colors recognized by RGB.m Author: Phillip M. Feldman

Cute idea.
The code does not run unless:
 the cell2num command is changed to cell2mat
and
the fig commant is changed to figure, for example by the following 2 lines:
handle= figure(1);
set(handle,'Position',[100,100, 1000, 900])

Contact us at files@mathworks.com