Feeds
已回答
Find cell in array that contains the values x and y
Hi, index = cellfun(@(x) find(x==7) & find(x==10), r, 'UniformOutput', false) it will output a cell: {[],1,[]}
Find cell in array that contains the values x and y
Hi, index = cellfun(@(x) find(x==7) & find(x==10), r, 'UniformOutput', false) it will output a cell: {[],1,[]}
4 years 前 | 0
| 已接受