Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

How to do indexing?

2 vues (au cours des 30 derniers jours)
AbelM Kusemererwa
AbelM Kusemererwa le 24 Juil 2015
Clôturé : MATLAB Answer Bot le 20 Août 2021
for i = 1:1:num_rows
if and(strcmp('$GPGGA', GPGGA(:,1)), not(strcmp('',GPGGA(:,3)(i))))
good_data_index(count) = i;
count= count + 1;
end
end
What is the best way to write GPGGA(:,3)(i)?

Réponses (1)

Walter Roberson
Walter Roberson le 24 Juil 2015

Cette question est clôturée.

Tags

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by