访问行号大于元素行数的元素

时间:2014-02-10 10:41:55

标签: matlab

我有一个名为q的3x3数组,例如:

q=[1,2,3;4,5,6;7,8,9]
u=one of the element in array q
[row,col]=find(q==u)     % to find the row and column number of element u 

如何访问行号大于元素u的行号的元素? 如果有人可以分享这些想法,我真的很感激帮助。

0 个答案:

没有答案