Estadística
2 Preguntas
0 Respuestas
CLASIFICACIÓN
168.643
of 301.617
REPUTACIÓN
0
CONTRIBUCIONES
2 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 21.359
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 175.795
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
How can I have a simple for loop program for the below mentioned logic. It worked for me to get the results but if image dimensions are to be changed then i need to change entire program. I want to fix this. Please help with logic.
% Image segmentation for blockwise assignments cI{1} = bI(1:32,1:32); cI{2} = bI(1:32,33:64); cI{3} = bI(1:32,65:...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
How to find least 8 values in a 1xN row matrix with their positions?
I have a row matrix with 94 elements, Ex: A=rand(1,94). Now i would like to find the least 8 values in the matrix 'A' with the...
más de 10 años hace | 2 respuestas | 0
