Matlab Cody ,1

Size refers to the number of nodes in a parse tree. Generally speaking, you can think of size as code length.

What is Cody? see here

Problem 1. Times 2 - START HERE

function y = times2(x)
  y = bitshift(x,1); % size=13
end