gusucode.com > 《精通matlab 7》包括配套光盘 > 配套光盘里的程序附件/Ex-10/mytest.m

    function y=mytest(x)
x=x+5;
y=x*2;