Frage


dimensions of a uipanel seem strange
Im trying to match an image to the size of a uipanel. so for starters, I thought getting the width and height of the uipanel wou...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 11 Jahre vor | 5 Antworten | 2

5

Antworten

Frage


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

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 11 Jahre vor | 4 Antworten | 0

4

Antworten

Frage


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

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 11 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 11 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 11 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
impixel info - just coordinates
Anyone??

mehr als 11 Jahre vor | 0

Frage


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

mehr als 11 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 11 Jahre vor | 2 Antworten | 1

2

Antworten

Frage


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

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 11 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Mehr laden