matlab中如何在二维数组中一个给定的数

2024-12-14 12:52:37
推荐回答(1个)
回答1:

a = [1 2 3;4 5 6]
b = input('input a number')
isempty(find(a==b))