classdef cin properties in end methods function obj = cin(val) obj.in = val; end end end