2017-03-03 148 views

回答

2

使用alldoc

v = [-inf, -inf, -inf, -inf] 
all(v==-inf) 

1 

v = [-inf, -inf, 1] 
all(v==-inf) 
0 
相关问题