Estadística
4 Preguntas
0 Respuestas
CLASIFICACIÓN
85.836
of 301.440
REPUTACIÓN
0
CONTRIBUCIONES
4 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
75.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 21.282
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 174.580
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 to extract and replace from small matrix into big matrix without zeros. here is the code examples:
A = round(abs(randn(10,10)*100)); B = zeros(5,5); for i = 1:5 for j = 1:5 if(i>1 && i<5 && j>1 && j<5) ...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How to extract patch from an image with one/more spectral images [1-9 spectral bands]? Not equal size Patches. Does Maltab has the function?
The patch here is based on image texture or clasification or any methods. also we can define for how many patches we want if pos...
más de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
Merge of Logical Indexing one dimension matrix from multi dimension?
A = [ 0 0 0 0 0 0 0 1 1 1 1 1 1 1 0 0 1 0 0 0 1 1 1 0 0 ; 0 0 0 1 1 0 0 1 1 1 1 0 1 1 0 0 0 1 0 0 1 0 1 0 0 ; 0 0 0 0 0 0 ...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Replace some elements in a Matrices with brief code.
The variables which can be copy/paste to Matlab. a = [5 6 7 9 1 2 5 6 3 8 9 0]; A = [1 3 6 2;2 4 1 9; 2 3 5 6]; B = a(A); Fr...
alrededor de 7 años hace | 1 respuesta | 0

