photo

Steve Eddins


Retired, MathWorks

Last seen: Today Active since 2011

Followers: 26   Following: 4

Retired from MathWorks in 2024 after 30 years of service. Can now be found at MATLAB Central and steveeddins.com. MathWorks career included image processing, toolbox development, MATLAB development and design, development team management, MATLAB design standards, Steve on Image Processing blog (https://blogs.mathworks.com/steve). Co-author of Digital Image Processing Using MATLAB (https://www.imageprocessingplace.com/DIPUM-3E/dipum3e_main_page.htm). French horn enthusiast, member of Concord Orchestra and Melrose Symphony, member of the board of Cormont Music and the Kendall Betts Horn Camp

Programming Languages:
MATLAB
Spoken Languages:
English
Pronouns:
He/him

Statistics

All
MATLAB Answers

1 Question
153 Answers

File Exchange

21 Files

Cody

6 Problems
135 Solutions

RANK
207
of 300,302

REPUTATION
510

CONTRIBUTIONS
1 Question
153 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
99

RANK
7,858 of 20,911

REPUTATION
118

AVERAGE RATING
4.70

CONTRIBUTIONS
21 Files

DOWNLOADS
80

ALL TIME DOWNLOADS
79180

RANK
1,253
of 168,040

CONTRIBUTIONS
6 Problems
135 Solutions

SCORE
1,925

NUMBER OF BADGES
19

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Pro
  • Thankful Level 1
  • Introduction to MATLAB Master
  • Speed Demon
  • GitHub Submissions Level 3
  • Personal Best Downloads Level 3
  • 6 Month Streak
  • Community Group Solver
  • Computational Geometry I Master
  • Promoter
  • Famous
  • Indexing V Master

View badges

Feeds

Solved


Spherical radius given four points
Determine the radius of a sphere provided four non-coplanar points on the surface of the sphere. pts = [x1 y1 z1; x...

5 days ago

Solved


Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]

5 days ago

Solved


Add two numbers
Given a and b, return the sum a+b in c.

5 days ago

Answered
How does the svd function determine or fix the phase of singular vectors?
For a discussion of how MATLAB computes the SVD, see Cleve Moler's blog post, "Two Flavors of SVD," 23-Feb-2025. The svd doc pa...

5 days ago | 1

Answered
Problem with image registration on images with simple patterns
As of R2024b, the function imregcorr uses a new algorithm called normalized gradient correlation. See my 16-Oct-2025 blog post f...

6 days ago | 0

| accepted

Answered
is there a bug in imregcorr-function for transformtype "rigid" ?
As of R2024b, the function imregcorr uses a new algorithm called normalized gradient correlation. See my 16-Oct-2025 blog post f...

6 days ago | 0

| accepted

Answered
Registering high resolution image with blurry image
As of R2024b, the function imregcorr uses a new algorithm called normalized gradient correlation. See my 16-Oct-2025 blog post f...

6 days ago | 0

Answered
imregcorr() misaligns images badly
As of R2024b, the function imregcorr uses a new algorithm called normalized gradient correlation. See my 16-Oct-2025 blog post f...

6 days ago | 1

Answered
Image registration with different x and y scales
I know I'm 5+ years late to this question, but I just now came across it while reviewing old questions about imregcorr. The tra...

9 days ago | 0

Solved


Calculate area of sector
A=function(r,seta) r is radius of sector, seta is angle of sector, and A is its area. Area of sector A is defined as 0.5*(r^2...

9 days ago

Answered
Specifying color as hex works for plot, but not for scatter
I believe this is a bug, and I recommend that you report it to MathWorks support. Perhaps it was an oversight from when hex colo...

9 days ago | 0

Solved


Create a cell array out of a struct
Create a cell array out of a (single) struct with the fieldname in the first column and the value in the second column: in: ...

11 days ago

Answered
Weird LaTeX result of $\tilde{}$ in R2025b version.
It looks like graphics LaTeX renderer has changed. It is now producing something that looks similar to what is shown in the MATL...

11 days ago | 0

Answered
Mapping toolbox functions missing in installation
These functions are implemented as methods of certain classes, such as MapCellsReference or GeographicCellsReference. As methods...

11 days ago | 0

| accepted

Submitted


IMVIEW Image Display Function
The MATLAB function imview displays binary, grayscale, and RGB images. It is intended to replace imshow in most cases.

7 months ago | 5 downloads |

0.0 / 5
Thumbnail

Submitted


Pixel Grid
The MATLAB function pixelgrid shows the edges of image pixels.

7 months ago | 6 downloads |

5.0 / 5
Thumbnail

Submitted


Image Zoom Level and Pan Utilities
Image zoom level and pan functions

7 months ago | 8 downloads |

0.0 / 5
Thumbnail

Question


Where is the programmable setting corresponding to the Live Editor default view?
The settings UI panel for MATLAB -> Editor/Debugger -> Display includes this control: Where can I find the corresponding pr...

8 months ago | 1 answer | 2

1

answer

Answered
Are there any faster alternatives to readlines?
Try this: Read the file using fileread. Convert to string. Call split. Using Walter's idea for a sample text file: filename...

9 months ago | 1

| accepted

Answered
Vertical blank space in tiledlayout compact
Trying setting TileSpacing to compact or tight. t=tiledlayout(2,2,'Padding','compact','TileSpacing','compact'); Or: t=tiledla...

1 year ago | 1

Answered
What is the Image Processing Toolbox Convention for Input to freqz2() ?
The convention for Image Processing Toolbox filter design functions is for the filter to be specified as a correlation kernel. T...

1 year ago | 1

| accepted

Submitted


FFT Transform Length
Computes optimized transform length for FFT computations

1 year ago | 1 download |

0.0 / 5
Thumbnail

Submitted


Initialize a MATLAB Toolbox
Create a basic set of folders and files for a MATLAB toolbox

1 year ago | 3 downloads |

0.0 / 5
Thumbnail

Answered
Axes in dialog box turn blank after calling imagesc in pushbutton callback
This is a strange one. The primary trigger for the unusual behavior is that the dialog function creates a figure with an empty c...

2 years ago | 2

| accepted

Answered
How to measure the correct circularity??
R2023a Update: Correcting regionprops Circularity Measurements That Are Greater Than 1.0 Image Processing Toolbox R2023a or Lat...

2 years ago | 1

Answered
How to detect circularity more accurately than 4*pi*A/P^2?
R2023a Update: Correcting regionprops Circularity Measurements That Are Greater Than 1.0 Image Processing Toolbox R2023a or Lat...

2 years ago | 3

Answered
regionprops circularity value >1 and 0 ?
R2023a Update: Correcting regionprops Circularity Measurements That Are Greater Than 1.0 Image Processing Toolbox R2023a or Lat...

2 years ago | 2

Submitted


Color Tools for MATLAB
Color Tools for MATLAB is an experimental collection of MATLAB functions related to color science computation and visualization....

2 years ago | 14 downloads |

5.0 / 5

Submitted


Code Trace for MATLAB
Code traces for exploring and troubleshooting executing code

3 years ago | 1 download |

5.0 / 5
Thumbnail

Answered
What is the easiest way to plot a circle annotation that maintains its shape regardless of figure dimensions?
You can position a circle with the center specified in axes data space by plotting a single point using a circle marker. You can...

3 years ago | 0

Load more