www.gusucode.com > 关于海航matlab和lingo的训练题 > 弦函数曲线.m

    %第一个测试程序
%2012.2.24
clear all
clc
close all
x=0:0.1:10;
plot(x,sin(x));
figure,plot(x,cos(x));