Guilherme Coco Beltramini
University of Campinas (Unicamp)
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
3.955
of 300.369
REPUTACIÓN
14
CONTRIBUCIONES
0 Preguntas
4 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
3
CLASIFICACIÓN
856 of 20.936
REPUTACIÓN
2.198
EVALUACIÓN MEDIA
4.20
CONTRIBUCIONES
20 Archivos
DESCARGAS
36
ALL TIME DESCARGAS
20839
CLASIFICACIÓN
922
of 168.436
CONTRIBUCIONES
2 Problemas
241 Soluciones
PUNTUACIÓN
2.400
NÚMERO DE INSIGNIAS
5
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
How can I store a matrix within another matrix?
You could try something like: reshape(dat, [3,5,21,3])
más de 11 años hace | 0
Help with the interpolate function
The function you want is interp1 (with "1" in the end).
más de 11 años hace | 1
I was trying to reconstruct an image using block matching algorithm. When i tried to do so, i have got an reconstructed matrix with non zero elements. But when i tried to plot it using imshow, it appears to be a blank (ful black) image.Kindly help me
Try this: imshow(fruca, [])
más de 11 años hace | 1
| aceptada
select the row that contains the minimum of a column
Use an auxiliary variable: tmp = results(:,6); tmp(tmp==0) = NaN; [minVal rowInd]=min(tmp)
más de 11 años hace | 1
| aceptada










