根据第一列中元素的属性提取矩阵的一部分
我有一些由 2 列和数千行组成的数据。第一列是时间数据。如何提取第一列中的值介于 100 和 300 之间的数据部分。我可以对单个向量 x=t(find(t>=100&t<=300)) 执行此操作,但我还想要第二列中的相应值。
顺便说一句,这是在 Matlab 中实现的。
我希望这是清楚的。有什么想法吗?
血容量
I have some data consisting of 2 columns and thousands of rows. The first column is time data. How do I extract the part of the data where the values in the first column are between say, 100 and 300. I can do that for a single vector x=t(find(t>=100&t<=300)), but I also want the corresponding values from the second column.
This is in Matlab, by the way.
I hope that's clear. Any ideas?
BvV
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
用这个
Use this