www.gusucode.com > matlab 案例源码 matlab代码程序 > matlab/history.m

    function y = history(t)
    y = cos(t);
end