Loubna Baroudi
Followers: 0 Following: 0
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,[]}
3 years 前 | 0
| 已接受