Domanda


gca when using subplots
Hi. I have created a barchart on a figure and wanting to change the number of bins by adding a popupmenu to the figure. I ass...

circa 9 anni fa | 2 risposte | 1

2

risposte

Domanda


Extract Data from text File
Hi, can some one give me an indication to how to get the 2nd & 3rd column from the data at the end of this text file. There wil...

circa 9 anni fa | 1 risposta | 1

1

risposta

Domanda


Creating an arbitrary number of displaced Gaussian
Hi, I have created a set of 3 gaussians as follows: %add 3 gaussians together a=100;a1=75;a2=123 b=10;b1=25;b2=40 ...

circa 9 anni fa | 2 risposte | 0

2

risposte

Domanda


Finding values from Cubicinterp fit
If I have performed a cubic interp to some data, x = linspace(1,maxFwhm+1,maxFwhm+1)' f=fit(x,y,'cubicinterp') hold o...

circa 9 anni fa | 2 risposte | 0

2

risposte

Domanda


Using repmat instead of subplot - adding grid lines and points
Hi, Im trying to remove the gaps between subplots and have read the following way to do it using repmat that works well. A=...

circa 9 anni fa | 1 risposta | 0

1

risposta

Domanda


Blockproc with more than one output
Hi, I have been using the blockproc syntax to enable splitting an image up into smaller regions and performing a measurement on ...

circa 9 anni fa | 1 risposta | 0

1

risposta

Domanda


Remove artefact when dilating Image
Hi. I have a hexagonal grid that I have managed to locate the location of the maximum in each feature (with the kind help of Wal...

circa 9 anni fa | 2 risposte | 0

2

risposte

Domanda


Remove duplicate locations and replace by a single one
Hi. I am trying to locate the 6 dots in my frequency domain image (its the FFT of a hexagonal array of spots) <</matlabcen...

circa 9 anni fa | 3 risposte | 0

3

risposte

Domanda


Fitting a uitable to a subplot
Hi. I want to programatically add a uitable to a subplot position (without using guide). Whilst I have been able to do this, Im...

circa 9 anni fa | 2 risposte | 0

2

risposte

Domanda


Rescale 2nd axis using yyaxis (Right Axis)
hi, I have a plot using the new yyaxis function in R2016b. I want to change the scale on the Right Axis. after searching goo...

circa 9 anni fa | 1 risposta | 1

1

risposta

Domanda


Composite object builder from locations
Hi. I have an image in which I have detected the spots and have the coordinates, some of them are listed below. <</matlabc...

circa 9 anni fa | 0 risposte | 0

0

risposte

Domanda


Issue with colormap when updating from 2014b to 2016b
Hi. I have nervously updated my version of matlab from 2014b to 2016b. As I thought Im running into issues and regret doing thi...

oltre 9 anni fa | 0 risposte | 0

0

risposte

Domanda


Finding the x value where there area under the curve (from the centre) is 80% of total area
Hi. I have a set of data points that I perform a spline to to fill in the gaps. I have split the spline into two splines - one ...

oltre 9 anni fa | 2 risposte | 0

2

risposte

Domanda


Problem Fitting data to 3 Gaussians
Hi. I am trying to improve on a gaussian fit to a linescan through the image below.(i.e the green line). Whilst the Gaussian fi...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


Cross correlation - template matching error with color plane tiffs.
Hi, I have a tiff image called 'Raw' that has more than 1 color plane: I have a successful function that calculates the cross...

oltre 9 anni fa | 0 risposte | 0

0

risposte

Domanda


Finding the separation between X&Y vectors and identifying the X&Y that have a certain separation
I have concatenated two vectors one for X and one for Y which represent centroid x&y locations of objects. Coord = ...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


Saving an array of images as an 'Image Stack'
Hi. I obtain grayscale image' 'img' that I add to a 'stack' i.e. image array by: imgArray{index}=img So If I have s...

oltre 9 anni fa | 1 risposta | 2

1

risposta

Domanda


Plot all positions in a vector a fixed length line
Hi. I have a vector of x values. On an image, I want to plot a vertical line at each of the x values (xpeak). The vertical c...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


Determine missing locations from a grid
Hi. I have a set of locations indicated by the "mask" image below. (This is obtained from a raw grayscale image using thresho...

oltre 9 anni fa | 0 risposte | 0

0

risposte

Domanda


Inserting "missing" element in 1D vector - need to find out if!
Hi. I am trying to measure the location of "well defined" regular objects. In fact Im trying to measure the optical distorti...

oltre 9 anni fa | 0 risposte | 0

0

risposte

Domanda


Help aligning two vectors with one centred on zero.
I have a set of x values: x1=-31, -15.5, 0, 14.9,30.2 I know that the separation should be 15 (=pitch) so I want to plot x...

oltre 9 anni fa | 3 risposte | 0

3

risposte

Domanda


line profile adding certain rows together
Hi. I have an image that I create a horizontal linescan through the centre (y co0rdinate = rMiddle) <</matlabcentral/answers...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Risposto
Saving a uitable to text file with variable number of columns
Ok, I have made some progress: Im still not able to assign the colnames properly though the the T?? tabledata = (get(handl...

oltre 9 anni fa | 0

Domanda


Saving a uitable to text file with variable number of columns
Hi. I have a uitable that I populate with a variety of functions, each one has a different number of columns and colnames. I wa...

oltre 9 anni fa | 2 risposte | 0

2

risposte

Domanda


Measuring Integrated Intensity using regioprops
Hi. I have an image that I threshold to create a binary image. I then use regioprops to create regions labeledImage =...

oltre 9 anni fa | 2 risposte | 0

2

risposte

Domanda


inputdlg box to pass variables
Hi. I am trying to run a piece of matlab code a variable number of times and to pass it a variable each time. I thought the ...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


Saving cell array data from uitable using 'save'
I have the data from a uitable as: inputdata = '300' [101.0366] [0.7744] [0.3806] '600' [1...

quasi 10 anni fa | 1 risposta | 0

1

risposta

Domanda


Binned data question - average and median
Hi I have a set of data in 3 columns. S N D 100 0.0276 0.1012 101 0.0279 0.1012 102 0.0278 0.1017 103 0.0334 0....

quasi 10 anni fa | 1 risposta | 0

1

risposta

Domanda


How can I force a gradient for a linaar fit
Hi, Im am using the following code to perform a fit on my data x,y1. P = polyfit(x,y1,1) m=P(1); c=P(2) yfit = m*x+c...

quasi 10 anni fa | 1 risposta | 0

1

risposta

Domanda


Help with matrix manipulation & fits of images
Hi. I have a set of final images that represent (on a pixel by pixel basis) 1: S - The average signal of a scene imaged 3...

quasi 10 anni fa | 0 risposte | 0

0

risposte

Carica altro