Pregunta


GUI, selecting a figure to close, if it exists?
I have a GUI that sometime at the end displays a new figure (handles.hf5). I create the new figure using: handles.hf5=figur...

más de 10 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to include all objects using find for an image
Hi. I am trying to identify the lowest 10 pixel values on an grayscale image. I already have a list of the lowest 10 values ...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Passing axes name as an argument then applied to to gca
I have recently asked how to pass an axes name to an function and Walter has kindly suggested the following: function resca...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Excluding Perimeter values of Boundary using regionprops
Hi. I have an image that I create a binary image from with an aim to use this as a mask to read values of the foreground on t...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Parsing an XML file
Hi. I have an xml file that I need to scroll down to find information under the heading <Exposure>. the general format is as ...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Resorting a list generated by subdirectories
Hi. I am trying to read in images from a set of sub directories. I first need to list all directories off my main directories (...

más de 10 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Better way to autoscale x axis a histogram
I am trying to "autoscale" the x-axis of a histogram on an axes component. I think I have done it using for loops but was wonde...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Using the handle of a rectangle to first delete and then re-add to an image
Hello. I superimpose a rectangle on a loaded image displayed on an axes component. I need the rectangle central, and size deter...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Moving a Marker point across Data using handles "XData"
I want to translate a cyan circle across a set of peaks on an axes. <</matlabcentral/answers/uploaded_files/39907/im50.png...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Whats wrong with this simpleGaussian Fit?
For some reason the fit doesn't fit! %Gaussian Fit-------------------------------------------------------- gaussEqn = ...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Xticklabels remaining fixed when replotting with different x values
I have a plot that I manually scale. I also want to adjust the fontsize of the ticklabels. so my code is: xlim([0 xdata(...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Problem with Gaussian fit to Data
What is wrong with this Gaussian Fit: gaussEqn = 'a*exp(-((x-b)/c)^2)+d' f = fit(xdata.',ydata.',gaussEqn) %Results o...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


uisng peaks on linescan of image as locations for polyfits.
I take a horizontal linescan through an image of what should be regular spaced fluorescent beads. However due to optical distort...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Collpase data to a single value for each value of Y
I have a set of data as shown below in the pic as well as a portion of the actual data: 12 12 12 12 11 11 ...

más de 10 años hace | 4 respuestas | 0

4

respuestas

Pregunta


Help with linspace and indexing
I have a vector of values where "roughly" the middle value is close to zero. It can be positive or negative. (these represent r...

más de 10 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Adding a new line to graphic making it increment in position by 1 pixel each time, whilst preserving image and other lines.
I want to manually change the location of the green line on the graphic below so that it aligns up with the nearest object along...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Image linescan consisting of sum of 3 pixels
I am trying to perform a linescan thru the centre of an image. I use the following to do this: img=getimage(handles.axes1...

más de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Saving Image on Axes component to File
Is there a reason why an image that is displayed on an axes1 is not saving to file via: I=double(getimage(handles.axes1)); ...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


filtering using FFT in images
Hi, I am experimenting with masking out areas on a FFT of an image to see the effect on the processed image: After reading, I...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Obtain the mean all pixels above & below a threshold.
I want to find all pixels above a threshold in a gray scale image, I therefore use: [ii,jj]=find(IM>(thresh)); Is the...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Passing an axes handlle to a function
I have created a function in which I want to be able to take an image from an axes1 component and redraw on another axes compone...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Axes component name as an argument to a function
Is it possible to pass to a function the name of an axes component. i.e. function [high,low]=Autoscaleimage(handles,Ima...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Creating a mouse down event specific to an axes1 component only
I am using the following to allow the user to use the mouse press to draw a marker on an image loaded to an axes component (axes...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Picking out stage coordinates using sscanf
Hi, I have a string where X&Y stage coordiantes are concatenated together with a comment. -1042,7953**Tile1 so X=-1042, ...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


pixel location on an image using mouse click
I am wanting to use the mouse so that when I click the mouse button, it displays a small cross hair on an image (which is on an ...

más de 10 años hace | 0 respuestas | 1

0

respuestas

Pregunta


After adding a marker on an image, can it be removed.
I add a marker at a particular pixel location (1,1) int his case, using the following img=rand(151); axes(handles.ax...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Graphics on pushbuttons for gUI's
Hi, Im trying to put an image onto a push button. However, I seem to be missing something. Heres my attempt. Al=imread...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


assigning images to appdata and checking if exists
After saving an image IM into appdata using img=setappdata(0,IM,'pic') I want to be able to check if this field 'pic' ex...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Strange Graphical Display Problems
Hi. I am using matlab on a 32 bit pc with windows XP. When I run my GUI through matlab it all works perfectly. In short it catc...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


prefdir and library path relevance on MRC
I need to modify the librarypath.txt file to run an external program via matlab. I understand that using prefdir in the matlab ...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Cargar más