Estadística
5 Preguntas
0 Respuestas
CLASIFICACIÓN
226.512
of 301.433
REPUTACIÓN
0
CONTRIBUCIONES
5 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
40.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 21.272
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 174.520
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 do I simplify this command by avoiding cycle
At the end,I accept this code destrows = repmat(ax, 1, 1,3); destcols = repmat(ay, 1, 1,3); [srcrows, src...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
How do I asssign the pixels with two matrices contain the x and y dimension address respectively
%matrix ax is 512*512 containing the value of x dimension %matrix ay is 512*512 containing the value of y dimension %I ...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
why this command: a([],[],:)=A doesn't work? I try not to use for command
UPDATED: Finally I used bsxfun --- %I is a 512*512 picture outImg=uint8(zeros(512,512,3)); tempImg=I(:,:,1...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
A null assignment can have only one non-colon index. When I eliminated elements of matrix
Finally I accept this command croppedImage = fullImage(row1:row2, col1:col2, :); --- [iH, iW]=size(I(:,:,1)); [i...
casi 10 años hace | 2 respuestas | 0
2
respuestasPregunta
How can I use MATLAB to solve problems about extracting sound track?
Hi, guys I got some sound tracks(MP3), track A, track B=A+C. Is there any function I can use to extract sound track C? Thank...
casi 10 años hace | 1 respuesta | 0
