Home
>
src
>
Bridge
>
task_management
> funfunc.m
funfunc
PURPOSE
SYNOPSIS
function [a, b] = funfunc(i)
DESCRIPTION
CROSS-REFERENCE INFORMATION
This function calls:
This function is called by:
test_return_val
see what happens with multiple returned valus
SOURCE CODE
0001
function [a, b] = funfunc(i)
0002 a = i; 0003 b = i+1;
Generated on Wed 16-Mar-2005 09:17:47 by
m2html
© 2003