gusucode.com > matlab通信工程仿真源码(张德丰等编著)程序书籍 > matlab_code/matlab通信工程仿真源码(张德丰等编著)/第3章/myfun.m

    function [a b c]=myfun(x,y)
b=x*y;
a=99;
c=x.^2;