Feeds
질문
given cell array 'cell1', create new cell array 'cell2' with elements of cell1 containing string 'f' and ages >=30 && <=40
cell1={'name' 'gender' 'age'; ... 's1' 'f' 25; ... 's2' 'm' 35; ... 's3' 'f' 30; ... 's4' 'm' 2...
5년 초과 전 | 답변 수: 1 | 0
