질문


Horizontally concatenating two column vectors with a comma
Hi, I have an array called Data: Data= 1.0e+03 * 1.7583 1.4163 1.7493 0.5127 0.1946 1.4305...

7년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Saving a uitable contents for any number of columns.
I have the following code to save the contents of a uitable but for a fixed number of columns. How can I make it generic so it w...

7년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
Deleting a rectangle created in one function from another function
hl = findall(handles.axes1, 'type', 'rectangle')

7년 초과 전 | 0

| 수락됨

질문


Deleting a rectangle created in one function from another function
If I create a rectangle on an image from one function via: function1(handles) axes(handles.axes1); hr=rectangle('Posi...

7년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Problem with imrect and position vector returned.
Something very strange is happening. Im using imrect to get a user defined ROI from an image (taken from an axes on a GUIDE GUI...

7년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Saving a stack of images
Hi. I have a set of tiff images in an array (expressed as an array of double). I want to save as a stack of images. I have t...

7년 초과 전 | 답변 수: 1 | 0

1

답변

질문


ButtonDownFcn question - different actions on different axes (using GUIDE)
Hi. I am using a mouse down call back to plot a linescan on an image at the mouse location. This all works fine. My issue is...

7년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Programatically (i.e. not using guide) accessing an edit box in another function
hi. I have create a figure and want to manually create a button and edit box on it too %Add push button and edit boxes to ...

7년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Displaying binary data in a uitable
How do I show the binary values in a uitable. This was my attempt: IM=getimage(handles.axes4); %Image data in 16 bit...

7년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Passing the listbox name to a function
Hi, I have a function that updates the files in a directory into a listbox: % Refresh list Box fname=get(handles.tex...

7년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Changing the histogram colour from within another function
Hi, I have a histogram function "myHistogram" that I want to be able to change the colour of the bars from another function....

7년 초과 전 | 답변 수: 0 | 0

0

답변

답변 있음
Averaging of "similar data" in vector
array = x'; sortedArray = sort(array); nPerGroup = diff(find([1 (diff(sortedArray) > threshold) 1])); groupArray = ma...

7년 초과 전 | 0

질문


Averaging of "similar data" in vector
Hi. I have a vector x as below. There are clearly "groups" of data. I want to find the average of each group This was my at...

7년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Vectorization instead of for loop
Hi. I have an image with about 5000 objects on that I have the centroid (xf,yf) locations for. My aim is to take each one and...

7년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Swapping from hist to histogram
Hi, under the recommendation of Steven Lord, I am trying to update my code and not use hist as the histogram function and instea...

7년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Bar Chart Log Axis
I have data that I want to create a barchart from. I require the x-axis to be log10. [counts,xb]=hist(data(:,3),n...

7년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

7년 초과 전 | 답변 수: 2 | 1

2

답변

질문


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...

7년 초과 전 | 답변 수: 1 | 1

1

답변

질문


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 ...

7년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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...

7년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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=...

7년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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 ...

7년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

7년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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...

7년 초과 전 | 답변 수: 3 | 0

3

답변

질문


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...

7년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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...

7년 초과 전 | 답변 수: 1 | 1

1

답변

질문


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...

7년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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...

7년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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 ...

7년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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...

7년 초과 전 | 답변 수: 1 | 0

1

답변

더 보기