![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/28484335_1669712260031_DEF.jpg)
Prapthi
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
180.207
of 297.046
REPUTACIÓN
0
CONTRIBUCIONES
5 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
40.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.422
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.776
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
data_chirp(:,:,1:2:end); what does this code mean???
chirp_odd = data_chirp(:,:,1:2:end); chirp_even = data_chirp(:,:,2:2:end); chirp_odd = permute(chirp_odd, [2,1,3]);%...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Data dimensions must agree.
surf(yvalue, xvalue,abs(Xpow) ,'EdgeColor','none'); % getting error in this line... colorbar axh = mesh(T-T(1), v_grid_n...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Index exceeds the number of array elements. Index must not exceed 8.
function [dets_cluster] = clustering(dets,N_vfft,veloc_bin_norm,dis_thrs,rng_grid,agl_grid) dets_cluster = []; dets_num = size...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaDimensions of arrays being concatenated are not consistent.
Resel_agl_deg = -45.5847 8.2132 8.2132 8.2132 90.0000 Resel_vel = -4.1244 -4.1244 -4.2533 -...
alrededor de 2 años hace | 0
| aceptada
Pregunta
Dimensions of arrays being concatenated are not consistent.
save_det_data = [detout(2,:)', detout(1,:)', Resel_agl', detout(3,:)',Resel_rng, Resel_vel, Resel_agl_deg];
alrededor de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
Index in position 1 exceeds array bounds. Index must not exceed 1.
Resel_agl_deg = agle_grid(1, Resel_agl)'; Resel_vel = vel_grid(detout(1,:),1); Resel_rng = rng_grid(detout(2,:),1); can you p...
alrededor de 2 años hace | 0 respuestas | 0