Rank: 359 based on 319 downloads (last 30 days) and 6 files submitted
photo

Steven Lord

E-mail
Company/University
The MathWorks
Lat/Long
42.3003, -71.35072

Personal Profile:

I joined The MathWorks in the Technical Support department during the summer of 2001 and transferred into the Quality Engineering department in March of 2004. I now work qualifying the core MATLAB numerical functions (PLUS, MINUS, LU, FFT, ODE45, etc.)

Professional Interests:
mathematics, MATLAB

 

Watch this Author's files

 

Files Posted by Steven View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
30 Jun 2009 Screenshot bench.dat Update the data file for BENCH..M Author: Steven Lord timing, testing, benchmark bench, miscellaneous, dat, utilities 119 27
  • 3.11111
3.1 | 18 ratings
29 May 2007 QUADSHOW Display the points used to integrate a function using QUAD Author: Steven Lord integration, function, quad integrate, evaluate, quadshow 13 1
  • 2.0
2.0 | 1 rating
30 Mar 2005 GUI Examples using Nested Functions These two examples demonstrate how to use nested functions to reduce parameter passing in GUIs. Author: Steven Lord gui tools, nested function, example, red_blue, red_blue_two, newsgroup 115 8
  • 3.86667
3.9 | 15 ratings
07 Feb 2003 NUM2IEEE This function displays the IEEE double-precision representation of a double in MATLAB. Author: Steven Lord ieee binary represent... 13 3
  • 3.5
3.5 | 2 ratings
07 May 2002 Scrolling Plot Demo This is a demo demonstrating how to link an axis and a slider to enable scrolling of the axis. Author: Steven Lord axis, graphics, customization, plot, scroll, plot annotation 41 4
  • 4.5
4.5 | 4 ratings
Comments and Ratings on Steven's Files View all
Updated File Comment by Comments Rating
21 Nov 2009 bench.dat Update the data file for BENCH..M Author: Steven Lord Espinosa, Gabe

Hi Steven,
Unfortunatlly I update these files, but didn't check the release version. Could you please help me with the R2007a Version?

The function RandStream in this version does not exist.

Thanks in Advance,

Gabriel
  

31 Oct 2009 GUI Examples using Nested Functions These two examples demonstrate how to use nested functions to reduce parameter passing in GUIs. Author: Steven Lord Deshpande, Ashwini

Good One .!

15 Sep 2009 NUM2IEEE This function displays the IEEE double-precision representation of a double in MATLAB. Author: Steven Lord Driscoll, Tobin

As 07 Sep comment says, this function gives incorrect results because of an unnecessary conversion to char.

07 Sep 2009 NUM2IEEE This function displays the IEEE double-precision representation of a double in MATLAB. Author: Steven Lord Muppirala, Teja

Hi how's it going Steve,

On line 19, you have:
number=num2str(number);

but this will return a string with fewer decimal places than is necessary to represent the actual machine number that was input.

For example, if I were to do
>>[s,e,m] = num2ieee(sqrt(2))
then the string on line 19 becomes '1.4142' and I get a wrong result (at least that's what happens on R2009a and R2009b).

Changing line 19 to:
number=num2str(number,100);

or something like that would be the only change needed, I think.

  -Teja (LTC Application Engineer in Tokyo)

04 Feb 2009 GUI Examples using Nested Functions These two examples demonstrate how to use nested functions to reduce parameter passing in GUIs. Author: Steven Lord Gommes, Cedric

Fine example, Steven.
 
How can I pass a value to an argument out of the function red_blue?

For instance, I would like to be able to call the function as COLOR=red_blue() in another code, and get for COLOR whatever color I choose by clicking.
 

Top Tags Applied by Steven
annotation, axis, benchmark bench, customization, dat
Files Tagged by Steven View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
02 Jul 2009 Solution to Project Euler Problem 54 How many hands did player one win in the game of poker? Author: Husam Aldahiyat tips, help, unique, modular, poker, projecteuler 153 2
30 Jun 2009 Screenshot bench.dat Update the data file for BENCH..M Author: Steven Lord timing, testing, benchmark bench, miscellaneous, dat, utilities 119 27
  • 3.11111
3.1 | 18 ratings
29 May 2007 QUADSHOW Display the points used to integrate a function using QUAD Author: Steven Lord integration, function, quad integrate, evaluate, quadshow 13 1
  • 2.0
2.0 | 1 rating
30 Mar 2005 GUI Examples using Nested Functions These two examples demonstrate how to use nested functions to reduce parameter passing in GUIs. Author: Steven Lord gui tools, nested function, example, red_blue, red_blue_two, newsgroup 115 8
  • 3.86667
3.9 | 15 ratings
07 Feb 2003 NUM2IEEE This function displays the IEEE double-precision representation of a double in MATLAB. Author: Steven Lord ieee binary represent... 13 3
  • 3.5
3.5 | 2 ratings
 

MATLAB Central Terms of Use

NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.

Contact us at files@mathworks.com