Statistik
RANG
5.806
of 295.689
REPUTATION
8
BEITRÄGE
4 Fragen
10 Antworten
ANTWORTZUSTIMMUNG
100.0%
ERHALTENE STIMMEN
8
RANG
of 20.266
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.317
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Use kernel fitted to a histogram using histfit
I just found how to get the data plotted from a handle: hplot=plot(...); y=get(hplot,'YData'); That is all I ...
mehr als 11 Jahre vor | 0
| akzeptiert
Frage
Use kernel fitted to a histogram using histfit
Hi, I am using histfit to get a kernel density function of my histogram. I am insterested in getting the maximum of this curv...
mehr als 11 Jahre vor | 1 Antwort | 0
1
Antwortcheck if figure exists whithout making it appear and using its figure number in findobj()
Hi, I did not know it was possible to simply use the number of the figure as the handle, for example get(120,'Position') woul...
mehr als 11 Jahre vor | 0
check if figure exists whithout making it appear and using its figure number in findobj()
HI, Thank you for your answer, but actually a problem remains. I should have reformulated my question by saying "I want to obta...
mehr als 11 Jahre vor | 0
Frage
check if figure exists whithout making it appear and using its figure number in findobj()
Hi, I want to know if a figure exists, however without it ever appearing at the forefront (I thus cannot use simply the figur...
mehr als 11 Jahre vor | 7 Antworten | 2
7
Antwortencreate a function to press button (instead of a function calling the callback function of the button)
Hi, Thank you for your answer. I mainly needed the trick to get the callback name and arguments of a button, using cb ...
mehr als 11 Jahre vor | 0
| akzeptiert
Frage
create a function to press button (instead of a function calling the callback function of the button)
Hi, First of all sorry for the previous post that contains exactly this message. I did not pay attention and wrote it in the ...
mehr als 11 Jahre vor | 2 Antworten | 0
2
Antwortenset NaN as another color than default using imagesc
Hi, I am open to use pcolor, it just seemed more complicated to use than imagesc. I will try to implement it. Thank you!
mehr als 11 Jahre vor | 0
set NaN as another color than default using imagesc
But one thing which is bad using your way: the colorbar scale is not set according to the values of the probabilities. So actual...
mehr als 11 Jahre vor | 0
set NaN as another color than default using imagesc
What you showed me is almost that. I just would have liked to keep the 'jet' map instead of turning every value into a grey scal...
mehr als 11 Jahre vor | 0
set NaN as another color than default using imagesc
Hi, No, the aim is still to plot the probability values. For more clarity: this matrix M is a square matrix, where each elem...
mehr als 11 Jahre vor | 0
set NaN as another color than default using imagesc
Hi, Thank you for your answer, but this will not work in my case, because I am setting the limit of the colorbar (using caxis([...
mehr als 11 Jahre vor | 0
Frage
set NaN as another color than default using imagesc
Hello, I have a matrix filled probability numbers (i.e. ranging from 0 to 1) or NaN when the probability is not computed. I wou...
mehr als 11 Jahre vor | 6 Antworten | 6
6
AntwortenClose Subplot in GUI
Hi, I am also trying to delete a subplot from a figure. I have set a global variable axhandle, which takes the output of the su...
mehr als 11 Jahre vor | 0