Matteo Bonhomme
Followers: 0 Following: 0
Estadística
7 Preguntas
3 Respuestas
CLASIFICACIÓN
213.121
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
7 Preguntas
3 Respuestas
ACEPTACIÓN DE RESPUESTAS
71.43%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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_...
más de 1 año hace | 1 respuesta | 0
1
respuestaOCR 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
más de 1 año hace | 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 ...
más de 1 año hace | 0
| aceptada
Pregunta
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...
más de 1 año hace | 2 respuestas | 0
2
respuestasPregunta
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 ...
más de 1 año hace | 1 respuesta | 0
1
respuestaHow 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(...
casi 2 años hace | 0
| aceptada
Pregunta
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...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 2 años hace | 2 respuestas | 0
2
respuestasPregunta
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 ...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 2 años hace | 0 respuestas | 0