what does data_gt(:,7) == 1, :) do in Matlab?
Afficher commentaires plus anciens
data_gt = data_gt(data_gt(:,7) == 1, :);
what does data_gt(:,7) == 1, : do?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Creating and Concatenating Matrices dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!