function [ output_args ] = testing1( input_args ) %TESTING Summary of this function goes here % Detailed explanation goes here output_args = input_args; end