Domanda


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

circa 11 anni fa | 1 risposta | 0

1

risposta

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

circa 11 anni fa | 0

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

circa 11 anni fa | 0

Risposto
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

circa 11 anni fa | 0

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

circa 11 anni fa | 0

Domanda


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

circa 11 anni fa | 5 risposte | 0

5

risposte

Domanda


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'); ...

circa 11 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 11 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 11 anni fa | 1 risposta | 1

1

risposta

Domanda


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

circa 11 anni fa | 0 risposte | 0

0

risposte

Domanda


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

circa 11 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 11 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 11 anni fa | 0 risposte | 0

0

risposte

Risposto
finding indexed values of vector
But I need to find the index in the unsorted data, not the sorted?

circa 11 anni fa | 1

Domanda


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

circa 11 anni fa | 3 risposte | 0

3

risposte

Domanda


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

circa 11 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 11 anni fa | 2 risposte | 0

2

risposte

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

circa 11 anni fa | 0

Domanda


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

circa 11 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 11 anni fa | 7 risposte | 0

7

risposte

Domanda


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

circa 11 anni fa | 0 risposte | 0

0

risposte

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

circa 11 anni fa | 0

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

circa 11 anni fa | 0

Domanda


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

circa 11 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 11 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 11 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 11 anni fa | 1 risposta | 1

1

risposta

Domanda


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

circa 11 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 11 anni fa | 2 risposte | 0

2

risposte

Domanda


Help with Image SNR
Can anyone suggest a good way to be able to 1: estimate the average signal of the bright spots 2: Estimage the DC background...

circa 11 anni fa | 0 risposte | 0

0

risposte

Carica altro