fork download
  1. f = @(v) sum(v' * v);
  2. f(1:9)
Success #stdin #stdout 0.3s 54884KB
stdin
Standard input is empty
stdout
ans =

    45    90   135   180   225   270   315   360   405