example_fcn

PURPOSE ^

TEST_2 just a dummy function

SYNOPSIS ^

function [outputArg1] = example_fcn(inputArg1)

DESCRIPTION ^

TEST_2 just a dummy function

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function [outputArg1] = example_fcn(inputArg1)
0002 %TEST_2 just a dummy function
0003 outputArg1 = inputArg1;
0004 
0005 end
0006

Generated on Tue 03-Aug-2021 18:32:18 by m2html © 2005