photo

Gaëlle


Imperial College

2013년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

4 질문
10 답변

순위
6,105
of 300,853

평판
8

참여
4 질문
10 답변

답변 채택
100.0%

획득한 표
8

순위
 of 21,094

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,319

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1
  • First Answer

배지 보기

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

12년 초과 전 | 0

| 수락됨

질문


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

12년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
check 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...

12년 초과 전 | 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...

12년 초과 전 | 0

질문


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

12년 초과 전 | 답변 수: 7 | 2

7

답변

답변 있음
create 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 ...

12년 초과 전 | 0

| 수락됨

질문


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

12년 초과 전 | 답변 수: 2 | 0

2

답변

답변 있음
set 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!

12년 초과 전 | 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...

12년 초과 전 | 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...

12년 초과 전 | 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...

12년 초과 전 | 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([...

12년 초과 전 | 0

질문


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

12년 초과 전 | 답변 수: 6 | 6

6

답변

답변 있음
Close 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...

12년 초과 전 | 0