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

etwa 11 Jahre vor | 0

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

etwa 11 Jahre vor | 0

Beantwortet
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

etwa 11 Jahre vor | 0

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

etwa 11 Jahre vor | 0

Frage


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

etwa 11 Jahre vor | 5 Antworten | 0

5

Antworten

Frage


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

etwa 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 11 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


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

etwa 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

etwa 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 11 Jahre vor | 0 Antworten | 0

0

Antworten

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

etwa 11 Jahre vor | 1

Frage


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

etwa 11 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


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

etwa 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 11 Jahre vor | 2 Antworten | 0

2

Antworten

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

etwa 11 Jahre vor | 0

Frage


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

etwa 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 11 Jahre vor | 7 Antworten | 0

7

Antworten

Frage


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

etwa 11 Jahre vor | 0 Antworten | 0

0

Antworten

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

etwa 11 Jahre vor | 0

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

etwa 11 Jahre vor | 0

Frage


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

etwa 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 11 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


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

etwa 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 11 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

etwa 11 Jahre vor | 0 Antworten | 0

0

Antworten

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

etwa 11 Jahre vor | 0

| akzeptiert

Mehr laden