Answered
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 years ago | 0

Answered
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 years ago | 0

Answered
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 years ago | 0

Question


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 years ago | 5 answers | 0

5

answers

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


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

11 years ago | 1 answer | 1

1

answer

Question


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 years ago | 0 answers | 0

0

answers

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 0 answers | 0

0

answers

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

11 years ago | 1

Question


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 years ago | 3 answers | 0

3

answers

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 2 answers | 0

2

answers

Answered
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 years ago | 0

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 7 answers | 0

7

answers

Question


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 years ago | 0 answers | 0

0

answers

Answered
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 years ago | 0

Answered
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 years ago | 0

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 1

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 2 answers | 0

2

answers

Question


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

11 years ago | 0 answers | 0

0

answers

Answered
How to not include an item in a legend
Done it... For dataset1 use h1=plot.... for dataset2 h2=plot.... and for dataset3 h3=plot ...

11 years ago | 0

| accepted

Answered
How to not include an item in a legend
I tried that first. My first data set is big squares in blue.(dataset1) If a condition is reached, then I want these squares ...

11 years ago | 0

Load more