Rank: 1532 based on 40 downloads (last 30 days) and 12 files submitted
photo

DS

E-mail

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by DS View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
15 Feb 2010 Screenshot color_line Plot a vector with colors defined by intensity values and a colormap. Author: DS color, colormap, line, plot, intensity 5 0
18 Mar 2009 Screenshot vfield_color Plot a 2-D vector field, where color is defined by a colormap and indicates vector magnitude. Author: DS vfield, velocity, plot, quiver, vector 6 0
01 Dec 2008 Screenshot readMM_2D Read 2-D matrix saved with Mathematica 'Put' command. Author: DS read ascii, read text, text file, mathematica, 2d, ascii data 3 0
20 Oct 2008 Screenshot Patchwork GUI wrapper for IMAGEPATCH function to create composite images and HTML image maps. Author: DS gui, imagepatch, mosaic, paste, image, imagemap 2 0
03 Aug 2007 Screenshot abc2num Function that translates a spreadsheet column label to a column number. Author: DS data import, data export, excel, spreadsheet, label, string conversion 2 0
Comments and Ratings by DS
Updated File Comments Rating
04 Oct 2009 filepathparts Returns cell array of strings containing individual directories from a specified file path. Author: DS

Julien - C = regexp( FullPathName, '[^\\/]+', 'match'); should work pretty well in most cases, but about Unix systems where backslash is a valid character to use in a filename?

Comments and Ratings on DS's Files View all
Updated File Comment by Comments Rating
03 Jan 2012 num2abc Function that translates numbers to spreadsheet column labels. Author: DS Li, Jinfeng

When number>702 it gives an error:
K>> ABCtranslate = num2abc(703)
??? Attempted to access alphabetStrings(27); index out of bounds because
numel(alphabetStrings)=26.

Error in ==> num2abc at 54
        ABCtranslate = ...
 
K>> ABCtranslate = num2abc(702)
ABCtranslate =
ZZ
K>>
You see,it doesn't reach the limitation

01 May 2010 imagepatch Paste one image over another with an offset, expanding first image as necessary. Author: DS Ulrich

useful, thanks

29 Oct 2009 Modified Rosin-Rammler Distribution Functions for manipulating or fitting data with the modified Rosin-Rammler distribution. Author: DS Broukal, Jakub

I have to apologize, my fingers where faster than my mind - the correction above is wrong.

27 Oct 2009 Modified Rosin-Rammler Distribution Functions for manipulating or fitting data with the modified Rosin-Rammler distribution. Author: DS Broukal, Jakub

Thanks, this is just what I was looking for. Just one minor mistake in the file mRosinRammlerPDF.m

y = (exp(-((log(X)./log(D)).^q))...
        .* q...
        .* ((log(X)./log(D)).^q))... => here should be .^(q-1)
        .* (1./(X .* log(X)));

04 Oct 2009 filepathparts Returns cell array of strings containing individual directories from a specified file path. Author: DS DS

Julien - C = regexp( FullPathName, '[^\\/]+', 'match'); should work pretty well in most cases, but about Unix systems where backslash is a valid character to use in a filename?

Top Tags Applied by DS
data export, data import, excel, label, plot
Files Tagged by DS View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
15 Feb 2010 Screenshot color_line Plot a vector with colors defined by intensity values and a colormap. Author: DS color, colormap, line, plot, intensity 5 0
18 Mar 2009 Screenshot vfield_color Plot a 2-D vector field, where color is defined by a colormap and indicates vector magnitude. Author: DS vfield, velocity, plot, quiver, vector 6 0
01 Dec 2008 Screenshot readMM_2D Read 2-D matrix saved with Mathematica 'Put' command. Author: DS read ascii, read text, text file, mathematica, 2d, ascii data 3 0
20 Oct 2008 Screenshot Patchwork GUI wrapper for IMAGEPATCH function to create composite images and HTML image maps. Author: DS gui, imagepatch, mosaic, paste, image, imagemap 2 0
03 Aug 2007 Screenshot abc2num Function that translates a spreadsheet column label to a column number. Author: DS data import, data export, excel, spreadsheet, label, string conversion 2 0

Contact us at files@mathworks.com