질문


Working with Image Stacks (or Arrays)
I am reading images from a camera and displaying them on on an axes. Every time I press a "Snap" button, the axes component u...

대략 11년 전 | 답변 수: 1 | 0

1

답변

질문


Images appear black and white instead of coloured
I plot a montage of images onto a UIPanel and it worked fine when the images were tiffs. My images are now jpgs and I notice th...

대략 11년 전 | 답변 수: 1 | 0

1

답변

답변 있음
Data "hides" when using plotyy
Thanks for this. It seems tho as if the Y-axis is remaining fixed so the data is off the scale. I have tried using the foll...

대략 11년 전 | 0

답변 있음
Data "hides" when using plotyy
No it should plot two data sets on the axes1 and another one on axes2. In reality i loop thru a setof images and plot their mea...

대략 11년 전 | 0

답변 있음
Data "hides" when using plotyy
Hi, thats exactly how i attached the above files test.fig and test.m using the attach paper clip. I will try again Thanks

대략 11년 전 | 0

답변 있음
Data "hides" when using plotyy
OK, I've worked out what causes the problem, but don't know why it does. Once the loop above has finished, I then want to superi...

대략 11년 전 | 0

질문


Data "hides" when using plotyy
I am using the following to plot two data sets ont he same graph [AX,H1,H2] = plotyy(A,B,A,C,'plot'); It is in a loop. ...

대략 11년 전 | 답변 수: 5 | 0

5

답변

질문


cell array and uitable
Hi, I cant quite see where I am going wrong with copying the contents of a uitable. s=get(handles.uitable1,'data'); ...

대략 11년 전 | 답변 수: 1 | 0

1

답변

질문


why wont uitable accept this text
I have an array (using vertcat) that I want to insert into a uitable. B = R01C01 R01C01 R01C01 R01C01 R0...

대략 11년 전 | 답변 수: 1 | 0

1

답변

질문


Renaming values in an array
I have an array obtained by vertcat as follows: B = 01C1 01C1 01C1 01C1 01C2 01C2 01C2 02C1 ...

대략 11년 전 | 답변 수: 1 | 1

1

답변

질문


change colour of uitable every 4 rows
Is it possible to change the colours of a uitable rows such that, rows 1 to 4 are one colour, rows 5-8 are another and so on? ...

대략 11년 전 | 답변 수: 0 | 0

0

답변

질문


Combining cell arrays and copying to clipboard
I cannot get two cell arrays to catenate and then copy to clipboard. %Get two cell arrays s=get(handles.uitable1,'data')...

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

1

답변

질문


error when copying contents of uitable
I am using the following code to copy the contents of a uitable to clipboard: s=get(handles.uitable2,'data'); size_s ...

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

1

답변

질문


keeping a list of strings in a history lsitbox
Hi. I want to be able to keep a memory list of text that a user enters into a text field. I want this to populate a list box,...

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

0

답변

답변 있음
finding indexed values of vector
But I need to find the index in the unsorted data, not the sorted?

11년 초과 전 | 1

질문


finding indexed values of vector
I have a data set that cotnains FWHM. I want to identify the 2 highest values and highlight on a graph. I have used sort rows...

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

3

답변

질문


Fill in boundaries in Image
How can I fill in the red regions in the image below given by: %DrawRegions from Binary onto raw image: labeledImage...

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

1

답변

질문


Using a user defined fucntion with blockproc
Is there a mistake in my syntax using blocproc: Binary1=blockproc(OrigImage,[tileRowSize, tileColSize],@(x) myOperation(hO...

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

2

답변

답변 있음
Difficulty in viewing my answers and posting to this board
Seems when I go in via: http://www.mathworks.com/matlabcentral/answers/questions/new its all OK, but I was being sent by defa...

11년 초과 전 | 0

질문


Difficulty in viewing my answers and posting to this board
Is anyone else having difficulties in posting. The normal options have disappeared, only able to write text and not code, nor in...

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

1

답변

질문


Stitching sub images to reconstruct full image
I have subdivided an image into 4x4 tiles and produced a subimage and obtained a binary imaged. I add each of these binary image...

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

7

답변

질문


Comparison of mean signal using RegioProps versus Binary mask
I have an image that I have transferred the results from region props to identify the light fluorescent objects. I want to obtai...

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

0

답변

답변 있음
Stitching sub images to reconstruct full image
I've managed to get a solution where I first have to crop the image to ensure there number of pixels corresponding to integer ti...

11년 초과 전 | 0

답변 있음
Stitching sub images to reconstruct full image
Why does this approach not work: ct=0; for ii=1:4 for jj=1:4 ct=ct+1 Binary(startingCols(jj):endingCols(...

11년 초과 전 | 0

질문


image dividing, padding, regions
How to divide an image up into say 10x10 regions and account for padding (an integer number of regions does not fit in the image...

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

1

답변

질문


Alternatives to xcov for Image analysis
I am trying to estimate the periodocity of objects in an image and started by plotting a line profile of the average of the colu...

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

1

답변

질문


Question on Image analyst Thresholding
I have used Image Analyst's Demo to locate spots on an image: http://www.mathworks.com/matlabcentral/fileexchange/25157-ima...

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

1

답변

질문


Renaming m and fig files
I have a generic openfile.m and openfile.fig that I use for a template. After I have copied these to a new directory for a ne...

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

1

답변

질문


listbox rendering problem 2014b
Can anyone see whats wrong here, Im using a popup menu to select which file types to list in a list box Warning: Singl...

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

1

답변

질문


remove certain yticklabels from axis
I have a plot that has a yaxis range from 0 to 9. I only want the yticklabels for 1 to 8 to be visible. I have tried: ...

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

2

답변

더 보기