To plot Sine Wave ... clc; close all; clear all; t = 0:0.01:10; a=7; f=0.5; y = a*sin(2*pi*f*t); plot(t,x); title('Cosine Function'); Xlabel('Time ...
確定! 回上一頁