Feeds
提问
how can I create a struct with row vectors
I create a struct: gt_tracks(num_gt_tracks) = struct('Position', [], 'Velocity', []); for j = 1:num_gt_tracks gt_...
5 years 前 | 1 个回答 | 0
1
个回答提问
what does data_gt(:,7) == 1, :) do in Matlab?
data_gt = data_gt(data_gt(:,7) == 1, :); what does data_gt(:,7) == 1, : do?
5 years 前 | 1 个回答 | 0
