Trying to plot a sine wave???
이전 댓글 표시
Hi guys Just gone back to college and about to hand in first assignment on matlab. Really isint looking correct would be very greatful if anybody could have a look and point out any mistakes. thanks.
A sine wave of amplitude 5 and frequency 0.1 Hz is applied to the input of an analogue device which has a constant gain of 1.5 over all frequencies. Use MATLAB to calculate the output signal for the intervals 0 to 10 seconds in increments of 0.1 seconds.
This is the code im using
EDU>> x=[0:0.1:10] EDU>> y=sin(x) EDU>> freq=0.1 EDU>> amp=5 EDU>> gain=1.5 EDU>> plot(x,y)
Thanks
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Graphics Performance에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!