matlab 中矩阵 (mxn) 的变化
我有一个 mxn 矩阵,我称之为数据。
最后一列由 1 到 7 之间的值组成。
我想在该列中找到值 7,并更改与值 7 同一行的另一列的值。
我该怎么做?
I have an m x n Matrix, which I call data.
The last column consist of values between 1 and 7.
I want to find the value 7 in that column , and change the values of the other column which are in the same row as the value 7.
How can i do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
没有
find
的 Oli Charlesworth 答案的替代版本:Alternative version of Oli Charlesworth's answer without
find
: