fork download
  1.  
  2. @(x)cellfun(@(y)sum(y==32),x)==[4 6 4]
  3.  
  4. ans({'The man in the suit','is the same man from the store.','He is a cool guy.'})
Success #stdin #stdout 0.22s 103360KB
stdin
Standard input is empty
stdout
ans =

@(x) cellfun (@(y) sum (y == 32), x) == [4, 6, 4]

ans =

   1   1   1