what does data_gt(:,7) == 1, :) do in Matlab?
Mostrar comentarios más antiguos
data_gt = data_gt(data_gt(:,7) == 1, :);
what does data_gt(:,7) == 1, : do?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Matrices and Arrays en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!