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

circa 11 anni fa | 0

| accettato

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

circa 11 anni fa | 0

Domanda


How to not include an item in a legend
Is it possible to change whats displayed on a legend. Im plotting 3 data sets, but data set 1 and 2 are the same, only that data...

circa 11 anni fa | 4 risposte | 0

4

risposte

Domanda


Uitable column width setting
I have seent hat its possible for a uitable to fill the square its created in using guide. t=handles.uitable1; % Set wid...

circa 11 anni fa | 2 risposte | 0

2

risposte

Domanda


Pull out certain strings from a text file
I am trying to pick out the lines start and end in the below file. I search to find the string in red, and want to pull out...

circa 11 anni fa | 1 risposta | 0

1

risposta

Risposto
Cell select callback on uitable
Thankyou Geoff for the help, I've included another check before executing this: if ~isempty(eventdata.Indices)&&~isempty(da...

circa 11 anni fa | 0

| accettato

Domanda


Cell select callback on uitable
I have a uitable that I want to be able to select a cell with a mouse, and the value in that cell be put in an edit box. Under ...

circa 11 anni fa | 1 risposta | 0

1

risposta

Domanda


pull out number after specific string in txt file
Im struggling to find a suitable way to pull a specific value from a txt file. I need the number after the wording "image qua...

circa 11 anni fa | 2 risposte | 1

2

risposte

Domanda


Setting default uitable headings (rows & columns)
Once i have removed row and column headings on a uitable, how can i put back the default number headings? Thanks Jason

circa 11 anni fa | 0 risposte | 0

0

risposte

Domanda


Describe angular data help
I apologise for not presenting any code, Im not sure how to start.. I want a way to characterise the following plot. The aim ...

oltre 11 anni fa | 0 risposte | 0

0

risposte

Domanda


Labels not showing up on Graphs
This has been driving me crazy all morning. for some reason, my request to label an axes isn't working: Yet, from the comman...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Domanda


Error with Guide opening
What does this error mean. I have a pushbutton 4 callback in my code mut not a CreatFn, so why is it complaining?? Error...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Domanda


Copy figure to clipboard
I have a pushbutton on a gui that calls a seperate function. In this function I create a figure and perform four suplots. T...

oltre 11 anni fa | 2 risposte | 2

2

risposte

Domanda


Obtaining types of files in directory and put them into an array
I have a range of files in a directory that I am loading into a listbox component in a GUI. In an attempt to sort firstly by ex...

oltre 11 anni fa | 2 risposte | 0

2

risposte

Domanda


getting uitable column titles ready for copying to clipboard
I am trying to copy data from a uitable and have read the following works (which it does): s=get(handles.uitable1,'data'); ...

oltre 11 anni fa | 0 risposte | 0

0

risposte

Domanda


ordering a listbox by extension
Is it possible to load two types of files into a list box BUT order not by filename but with the same extensions. I use this,...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Risposto
GUI plotting to axes once a seperate figure is opened
Hi, no I wasn't. I have just tried but still nothing.

oltre 11 anni fa | 0

Domanda


GUI plotting to axes once a seperate figure is opened
I have a gui that has a pushbutton and an axes. The push button runs a function (seperate m file) that creates a figure and som...

oltre 11 anni fa | 2 risposte | 0

2

risposte

Domanda


Accessing edit box on figure from GUI
I have create a GUI using GUIDE that examines a set of images and plots the sum of their histograms on a seperate figure I also ...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Domanda


Adding a push button to a figure without using GUIDE
Is there a reason why I'm not seeing the pushbutton on the figure? Thanks Jason hFig=figure('Position',[200 200 1600 6...

oltre 11 anni fa | 2 risposte | 0

2

risposte

Domanda


Ensuring same bins in image histogram
Hi, I have say 10 images that have been constructed from various amounts of summing 12 bit images. Nothing exceeds 16 bit i.e. ...

oltre 11 anni fa | 3 risposte | 0

3

risposte

Domanda


histogram manipulating data help
Hi. I am trying to manipulate histogram data. Firstly I create a histogram and want to replace say the first 20 bins with a valu...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Domanda


delete line plot via handles not working
Hi, I am plotting a histogram and want to draw a line that represents the mode: bar(x,counts,'b','EdgeColor','b'); xm=mo...

oltre 11 anni fa | 1 risposta | 1

1

risposta

Domanda


Struggling with slider control
Hi. I have been struggling all morning with this and have thrown in the towel. I am plotting histograms of typically 16bit image...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Domanda


barchart not appearing as it should
Why does my bar chart appear black and not blue as instructed to? [maxval,idx]=max(IM(:)); maxval= double(maxval); [coun...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Domanda


subplot to specific figure
How do you ensure a subplot is always on a particular figure that is open. My figure is assigned>: hFig=figure('Position...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Domanda


readjusting Y limits on subplots
I am plotting for subplots (2,2,i) on a figure and want all the Y'axis to be the same. As I'm plotting them sequentially, I will...

oltre 11 anni fa | 3 risposte | 1

3

risposte

Domanda


Weird Imhist beahviour seen
Hi, ive been tearing my hair out all morning. I want to plot the histogram of an image. I normally use im hist. My images are ...

oltre 11 anni fa | 2 risposte | 0

2

risposte

Domanda


Combining histograms of images
I am wanting to combine the histograms of 10 images (12 bit grayscale). Due to image processing prior, although the max level s...

oltre 11 anni fa | 0 risposte | 0

0

risposte

Domanda


How to superimpose on an image pixels that fall below a certain value (in red)
I am wanting to superimpose on a grayscale image (12 bit), all the pixels that are below a certain value, p. I want the pixels t...

oltre 11 anni fa | 0 risposte | 0

0

risposte

Carica altro