Community Profile

photo

Prapthi


Last seen: 1 year ago Active since 2023

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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 year ago | 1 answer | 0

1

answer

Question


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 year ago | 1 answer | 0

1

answer

Question


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 year ago | 1 answer | 0

1

answer

Answered
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 year ago | 0

| accepted

Question


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 year ago | 2 answers | 0

2

answers

Question


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 year ago | 0 answers | 0

0

answers