Question


copy axes to clipboard
Hello. I am wanting top copy several plots from my gui. One plot is on a uipanel and the other is a graph on an axes component. ...

11 years ago | 5 answers | 2

5

answers

Question


Memory Usage with Tiff whilst montaging
I have a bout 260 tiff images 94MB each), that I have been montaging. I have used the follwoign tor educe their size. I do shr...

11 years ago | 1 answer | 0

1

answer

Question


inserting contents of text file into a Listbox
Hello. I have a text file that has a list of images that need processing (crop them and resave). So I am wanting to open the te...

11 years ago | 1 answer | 0

1

answer

Question


Compile version of program doesn't recognise a file location
I created a function to write text to a file in the folder where the matlab file is running. It works fine. but when I compile i...

11 years ago | 1 answer | 0

1

answer

Question


remove honey comb features from a binary image
Hi. I have created a binary image representing the bright objects in the image below. I then read the average of these. Turnin...

11 years ago | 0 answers | 0

0

answers

Question


reading values from an image
If I have a matrix of coordiantes (centres=[xii, yii]) for the locations of objects on an image. How can I read an average of...

11 years ago | 0 answers | 0

0

answers

Question


HELP.....running on different monitors has messed up GUI
I often run my matlab GUI's on my works PC which is widescreen. Sometime I remote in using my PC at home which has a different...

11 years ago | 1 answer | 0

1

answer

Question


Problem with Imhist method
I have an image Zoom: Zoom = 326 313 269 237 255 329 332 271 304 256 332 302 3...

11 years ago | 4 answers | 0

4

answers

Question


Projecting binary mask back onto image to read values
I am trying to estimate average total signal of objects and average background value using the image processing tools. Whilst t...

11 years ago | 1 answer | 0

1

answer

Question


Summing specific pixel values
Hi. I am wanting to find the sum of all the positons xi, yi of an image IM. I thought the following would do it - but it doesn...

11 years ago | 1 answer | 0

1

answer

Question


How to set the scaling of an image (I think using Clim)
If I display an image IM, on an axes 1 by, handles.axes1 imshow(IM, [100, 500]; How do I obtain the scaling paramet...

11 years ago | 1 answer | 0

1

answer

Question


listbox, get items below selection
Hi. I have a listbox containing about 40 image filenames. I want to select one (I do this using the mouse), and then take tha...

11 years ago | 1 answer | 0

1

answer

Question


text out on axes
I load an image onto an axes and want to display text in the top left hand corner. As I often display the image at different zo...

11 years ago | 2 answers | 0

2

answers

Question


Set Y axis ticks Red but not grid lines
I am plotting a 2 y axis plot using plotyy. Each point is plotted inside a loop. I want the first Y axis (FM) to have the Y-ax...

11 years ago | 1 answer | 0

1

answer

Question


scaling the dimensions of subplots
How can I plot the following three images so that they individually maintain the same aspect ratio, but they are the same size i...

11 years ago | 0 answers | 0

0

answers

Question


Keeping the same figure active
If i create a figure with a certain name: hFig = figure('Name','ALL CAMERAS', 'Resize','on', 'Position',[600 600 400 800],...

11 years ago | 2 answers | 0

2

answers

Question


Screen capture area on UIpanel?
Sorry for an extension of previous question but I thought it deserves a new thread. I am plotting images as thumbnails to for...

11 years ago | 1 answer | 0

1

answer

Question


uipanel get and redraw image
I am wanting to change the scaling of an image already displayed in a uipanel. This is my attempt MM=get(handles.uipanel...

11 years ago | 1 answer | 0

1

answer

Question


listbox, filtering with 2 conditions
I want to filter files that I read into a list box. I am currently filtering depending if they contain red.tiff. ImageF...

11 years ago | 1 answer | 0

1

answer

Question


Delete a handles parameter
I have a set of subplots that I plot on the canvas. I collectively assign to the handles structure using handles.CanvasPlo...

11 years ago | 2 answers | 0

2

answers

Question


assign string to handles structure
Is there a reason why the following is throwing an error ( Undefined function or variable 'hobject'. Error in Montage>pushb...

11 years ago | 1 answer | 0

1

answer

Answered
impixel info - just coordinates
Anyone??

11 years ago | 0

Question


axis changing when plotting points
Im plotting data on an axes using GUIDE. I have a loop where I use the plotyy command to plot 2 graphs, one point at a time. I ...

11 years ago | 2 answers | 0

2

answers

Question


Text out goes weird on Figure with underscores
Hello, I am trying to output the name of an image file I onto a figure that shows the picture. The name is obtained from and ch...

11 years ago | 2 answers | 1

2

answers

Question


Clearing a subplot array of images on a canvas of GUI
Hello. I am plotting a set of images whilst in a loop using subplot and its position vector method. In my loop, the values of...

11 years ago | 1 answer | 0

1

answer

Question


impixel info - just coordinates
Is it possible to obtain just the pixel x y vlaues from the impxelinfo command? Im using this and want to get the X & Y seper...

11 years ago | 2 answers | 0

2

answers

Question


gui, image plot, ticks, y axis
I am plotting an array "stdmap" of data by using imagesc(stdmap,[100,500]) As you can see in image below, I want to limit ...

11 years ago | 1 answer | 0

1

answer

Question


listbox count items help
Hi, Im trying to find out how many items are listed in my listbox, I've tried: lc=get(handles.listbox1, 'count') But get...

11 years ago | 1 answer | 0

1

answer

Question


Multiselect from listbox and apply to subplot
Hi. I have a listbox that I populate with say 100 images from a particular directory. I want to be able to select 7 of them, ro...

11 years ago | 1 answer | 0

1

answer

Question


Rotating certain images using Montage.
Is it possible to use the montage function and rotate certain images (i.e. not all of them). Thanks Jason

11 years ago | 1 answer | 0

1

answer

Load more