Info

此问题已关闭。 请重新打开它进行编辑或回答。

How to do indexing?

2 次查看(过去 30 天)
AbelM Kusemererwa
AbelM Kusemererwa 2015-7-24
关闭: MATLAB Answer Bot 2021-8-20
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)?

回答(1 个)

Walter Roberson
Walter Roberson 2015-7-24

此问题已关闭。

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by