function [ output_args ] = testing2( in1,in2 ) %TESTING Summary of this function goes here % Detailed explanation goes here output_args = in1.*in2; end