설문 종료
설문
Which of the following produces a false value?
isempty( [ ] )
10%
isempty( { } )
13%
isempty( '' ) % 2 single quotes
13%
isempty( "" ) % 2 double quotes
24%
c = categorical( [ ] ); isempty(c)
18%
s = struct("a", [ ] ); isempty(s.a)
22%
추천 수: 1324
댓글 수: 5
First one of the quizzes I've missed (even though I use strings quite a lot). That was at least my second choice.
My (faulty) reasoning was that the category "empty set" might not be empty.
@goc3 has left me with an empty feeling inside on this one.
I admit, I had to actually double-check that. I never use strings, but I kind of expected the attack to come from my blind spot.