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!