photo

Matteo Bonhomme


Last seen: 1년 초과 전 2022년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

7 질문
3 답변

순위
266,790
of 300,364

평판
0

참여
7 질문
3 답변

답변 채택
71.43%

획득한 표
0

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,407

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • First Answer

배지 보기

Feeds

보기 기준

질문


Not the correct color on volshow
Hello, I have this code V_test=zeros(100,100,100); V_test(10:20,10:20,10:20)=deal(1); V_test(80:90,10:20,10:20)=deal(2); V_...

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

1

답변

답변 있음
OCR Trainer asks for more samples but it actually has more than recommended
I also got this issue. I added even more sample (at least 100 per character) and it ended up working

2년 초과 전 | 0

답변 있음
Why is ocr not working in this case
I ended up training ocr on more sample and now it's working. I think the issue was that the basekit function doesn't know this ...

2년 초과 전 | 0

| 수락됨

질문


Why is ocr not working in this case
Hello, I have a picture with text written on it and ocr doesn't work on it I = imread('image1_bw.png'); imshow(I); roi = [11...

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

2

답변

질문


Automatically create a several layer structure from a cell array
Hello, I have a signal that vary along three parameters a,b and c wich can take several values. a can take n different values ...

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

1

답변

답변 있음
How to display a text on a uifigure using an interpreter
I found a workaround creating a plot and adding a text to the plot then hiding the axes hFig=uifigure; ax=uiaxes(hFig); text(...

거의 3년 전 | 0

| 수락됨

질문


How to display a text on a uifigure using an interpreter
Hello, Recently I was trying to display a text like this on a uifigure text(0.5,0.5,"Hello_{world}") axis off However uitext...

거의 3년 전 | 답변 수: 1 | 0

1

답변

질문


Char not working properly ?
Hello Acccording to internet the unicode for subscript e ( _{e} in Latex) is U2091 or 8337 in decimal. char(8337) but on...

거의 3년 전 | 답변 수: 2 | 0

2

답변

질문


How to test that a script is running correctly ?
Hello I'm trying to implement an acceptance test for the matlab code I'm working on with other people. For this I would like ...

거의 3년 전 | 답변 수: 1 | 0

1

답변

질문


Use string to index variables
Hello, So far I have data that depend on several parameter, something like that %data first index is the year 1 for 2021 2 for...

대략 3년 전 | 답변 수: 0 | 0

0

답변