Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有 9 列 14470 行的数据,第一列用 0 或 1 填充。零表示没有测量,整行不符合我的兴趣....有人可以帮我写一个循环当第一列存在时,遍历所有行并过滤数据?
你不需要循环,记住 Matlab 是一种面向矩阵的编程语言,应该避免循环。我不会给你答案,我想你可以自己弄清楚,这很容易。本教程将有所帮助。
玩得开心。