Domanda


averaging many images for every pixel - recursively.
I have a set of 30 images. I want to be able to consider each pixel, and take an average of that pixel over the 30 images, and d...

quasi 10 anni fa | 2 risposte | 0

2

risposte

Domanda


Curve Fit data using FIT
Hi, I am trying to fit some data to the following function below: <</matlabcentral/answers/uploaded_files/52334/im84.png>> ...

quasi 10 anni fa | 2 risposte | 0

2

risposte

Risposto
Deleting certain data from a graph
I've got this far: mx=max(ydata(:)) mn=min(ydata(:)) ydata=ydata-mn; mydata=[xdata',ydata'] %use logical indexi...

quasi 10 anni fa | 0

| accettato

Domanda


Deleting certain data from a graph
Hi. I have an image of a line that I want to measure its "sharpness". As a crude way, I thought I can just look at the green po...

quasi 10 anni fa | 1 risposta | 0

1

risposta

Domanda


Help with extracting data from a list of centroids
I have a set of data representing X,Y centroid location of spots obtained by regionprops, cc. <</matlabcentral/answers/upload...

quasi 10 anni fa | 1 risposta | 0

1

risposta

Risposto
Make an image appear larger on a figure without using GUIDE and axes component
OK, you can use to do this: imshow(a,[],'InitialMagnification', 'fit')

quasi 10 anni fa | 0

Domanda


Make an image appear larger on a figure without using GUIDE and axes component
How do I make an image fill the figure its draw on. a=imread('myimage.tif') figure imshow(a,[]) It currently disp...

quasi 10 anni fa | 1 risposta | 0

1

risposta

Domanda


Help with regionprops and centroid parts of an image
Hi. I have an image called ROI. I also have the location of the maximum intensity values on a line across the image (shown by r...

quasi 10 anni fa | 1 risposta | 0

1

risposta

Domanda


Add grid lines but leave x tick labels unchanged
I want to be able to change the grid lines on a plot, but leave the tick labels udner matlab control; I have used this, but it ...

quasi 10 anni fa | 1 risposta | 0

1

risposta

Domanda


Creating an array of 1's
Hi, can anyone shed any light on how to create an array of 1's that mimics the picture below <</matlabcentral/answers/uploade...

circa 10 anni fa | 2 risposte | 0

2

risposte

Domanda


line profile on rotated image
Hi, I have an image of about 4000 pixels wide and I want to perform a line scan through the centre (cyan line below)and obtain t...

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


linescans - determine maximum one then assign to data to use
Hi, I have an image "img" that I am performing horizontal line scans thru. I initially start at the centre of the image (Coordin...

circa 10 anni fa | 0 risposte | 0

0

risposte

Risposto
Equality of a numeric list using a string
Thankyou Walter and Guillaume.

circa 10 anni fa | 0

Domanda


Equality of a numeric list using a string
I have a set of values fwhm that I then remove valyes lower than Y20. However, I use this in many places and sometimes want val...

circa 10 anni fa | 3 risposte | 0

3

risposte

Domanda


Superposition of spots on an image given by 2 sets of coordainates
I have a set of coordinates on an image xi,yi - green circles in image below. I also have a set of coordinates representing the...

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


Line profile through auto selected columns in an image
I have an image of a regular pattern where I have roughly the locations of each object (by roughly I mean to within 1 pixel in x...

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


Strange result with Fourier transform after frequency removal
I have a line profile that Im trying to obtain a "width measurement" on. The problem is that its polluted with wiggles. <</m...

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


putting specific values in an array to zero
I have an array of numbers BIM2= 0 0 0 0 0 671 0 0 0 0 0 866 ...

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


Scan exactly 1 pixel around a location and determine max value
If I have a list of coordinates xf,yf identifying a bright object as in the image (red dots only) <</matlabcentral/answers/...

circa 10 anni fa | 2 risposte | 0

2

risposte

Domanda


Outputting text on subplot with mixed normalised/normal coordinates
I have subplot on a figure and i want to place some text outside the plot as below (i.e. the text '80th pct' and '20th pct' <...

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


Saving a figure with several subplots on to a file
I have a figure that I plot several subplots on. I create this figure associating it with a handle as: %Create Figure------...

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


Speed up Gaussian Fitting of many points
I have an image where the location of the peaks are identified with red spots <</matlabcentral/answers/uploaded_files/43603/i...

circa 10 anni fa | 1 risposta | 0

1

risposta

Risposto
GUI, selecting a figure to close, if it exists?
A reply on another question from Walter has resolved the issue. figure1 is the tag of the main GUI. fig1h = findall(0,'t...

circa 10 anni fa | 0

| accettato

Domanda


Error using surf plot
I have a vector of x and y coordinates of the red dots in the image below <</matlabcentral/answers/uploaded_files/43584/im59....

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


Delete Figures except main GUI figure
If I have determined that the following figures open, using F=findall(0,'type','figure') figure 1 is my main GUI windo...

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


Auto align an image using Hough Transform
I have an image that is slightly misaligned. I thought the Hough transform would be relevant to aligning it. <</matlabcentral...

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


Delete entire row of an array
How can I remove the entire row if either value is less than 5: Coord = 2 3 2 39 1 8...

circa 10 anni fa | 2 risposte | 0

2

risposte

Domanda


Adding identification spots to a sigma clipped image
I have come across the following from IA in which he demonstrates how to perform sigma clipping for a set of images. I was wonde...

circa 10 anni fa | 0 risposte | 0

0

risposte

Domanda


Error using listbox multiselection for image SNR manipulation
I am trying to use a listbox multiselection to add images together and median combine for SNR improvement comparison reasons. I...

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


GUI, selecting a figure to close, if it exists?
I have a GUI that sometime at the end displays a new figure (handles.hf5). I create the new figure using: handles.hf5=figur...

circa 10 anni fa | 2 risposte | 0

2

risposte

Carica altro