Rank: 241 based on 247 downloads (last 30 days) and 13 files submitted
photo

Suresh Joel

E-mail
Company/University
Johns Hopkins University

Personal Profile:
Professional Interests:
Functional MRI, Biomedical Signal Processing, Medical imaging, Cardiac electrophysiology, Neuroelectrophysiology

 

Watch this Author's files

 

Files Posted by Suresh View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
25 Feb 2004 Screenshot Voxel Draws a 3-D cube in a 3-D graph. Author: Suresh Joel voxel, cube, 3d graphics, plotting, cuboid, specialized 59 15
  • 4.73684
4.7 | 19 ratings
27 Oct 2003 Screenshot File Split Append Utility Files for splitting and appending files. Author: Suresh Joel path, directories, files, file append, file split, utilities 11 4
  • 4.6
4.6 | 5 ratings
19 May 2003 MD5 Checksum Compute or compare the MD5 checksum of files. Author: Suresh Joel verification, checksum, files, directories, md5, file corruption 25 2
  • 4.5
4.5 | 2 ratings
30 Apr 2003 RGB to HSL Convert from RGB to HSL and HSL to RGB. Author: Suresh Joel color, hue saturation lumina... 24 2
  • 4.0
4.0 | 1 rating
28 Mar 2003 save2word Paste figure to Microsoft word automatically using ActiveX. Author: Suresh Joel activex, word, utilities, microsoft, development environme..., development 95 20
  • 4.58824
4.6 | 17 ratings
Comments and Ratings by Suresh
Updated File Comments Rating
27 Sep 2010 Rotate X-axis tick labels Rotate x-tick labels to any angle, preserving font settings and coping with resize, zoom, pan etc Author: Ben Tordoff

Some function arguments missing? (line 256 col 33)

Comments and Ratings on Suresh's Files View all
Updated File Comment by Comments Rating
12 Nov 2011 Voxel Draws a 3-D cube in a 3-D graph. Author: Suresh Joel Grigory
03 Nov 2011 save2word Paste figure to Microsoft word automatically using ActiveX. Author: Suresh Joel Lokesh

Thanks Suresh... Its a very helpful program. It has saved a lot of time for me.

29 Sep 2011 RGB to HSL Convert from RGB to HSL and HSL to RGB. Author: Suresh Joel Holdaway, David

without the change it returns whenever you have a 1,1,1 vector. With the change suggested it works ok. I don't like the treatment of all the same colour (e.g. [a,a,a]) though, it should interpolate the change in other colours rather than just turning it to [0,0,0]. I added the following block
if(mx-mn)==0,%if all three colors have same value,
        if i==1
        hsl(i,2)=0;%then s=0 and
        hsl(i,1)=0;%h is undefined but for practical reasons 0
        elseif i==2
        hsl(i,2)=hsl(i-1,2);%take previous value
        hsl(i,1)=hsl(i-1,1);%take previous value
        else
        hsl(i,2)=2*hsl(i-1,2)-hsl(i-2,2);%interpolate
        if hsl(i,2) > 1
           hsl(i,2) =1;
        elseif hsl(i,2) < 0
            hsl(i,2) =0;
        end
        hsl(i,1)=2*hsl(i-1,1)-hsl(i-2,1);%interpolate
        if hsl(i,1) > 1
           hsl(i,1) =1;
        elseif hsl(i,1) < 0
            hsl(i,1) =0;
        end
        end
        continue;
    end;

14 Dec 2010 Voxel Draws a 3-D cube in a 3-D graph. Author: Suresh Joel Moshtagh, Nima
10 Jul 2010 Voxel Draws a 3-D cube in a 3-D graph. Author: Suresh Joel Geramifard, Alborz
Top Tags Applied by Suresh
utilities, 3d matrix, plotting, directories, export
Files Tagged by Suresh View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
07 Feb 2011 Screenshot Rotate X-axis tick labels Rotate x-tick labels to any angle, preserving font settings and coping with resize, zoom, pan etc Author: Ben Tordoff plotting, xtick 96 19
  • 5.0
5.0 | 4 ratings
25 Feb 2004 Screenshot Voxel Draws a 3-D cube in a 3-D graph. Author: Suresh Joel voxel, cube, 3d graphics, plotting, cuboid, specialized 59 15
  • 4.73684
4.7 | 19 ratings
27 Oct 2003 Screenshot File Split Append Utility Files for splitting and appending files. Author: Suresh Joel path, directories, files, file append, file split, utilities 11 4
  • 4.6
4.6 | 5 ratings
19 May 2003 MD5 Checksum Compute or compare the MD5 checksum of files. Author: Suresh Joel verification, checksum, files, directories, md5, file corruption 25 2
  • 4.5
4.5 | 2 ratings
30 Apr 2003 RGB to HSL Convert from RGB to HSL and HSL to RGB. Author: Suresh Joel color, hue saturation lumina... 24 2
  • 4.0
4.0 | 1 rating

Contact us at files@mathworks.com