Community Profile

photo

Prapthi


Last seen: 대략 1년 전 2023년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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]);%...

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


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...

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


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...

대략 1년 전 | 답변 수: 1 | 0

1

답변

답변 있음
Dimensions 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 -...

대략 1년 전 | 0

| 수락됨

질문


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];

대략 1년 전 | 답변 수: 2 | 0

2

답변

질문


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...

대략 1년 전 | 답변 수: 0 | 0

0

답변