Repeating Half-range Cosine Function every pi?
이전 댓글 표시
Hello,
I want to plot half-range periodic cosine function of period (2*pi) between that repeats itself every (pi) from(-3*pi to 3*pi) with no connection between any sample. Any ideas?
Regards,
댓글 수: 4
David Sanchez
2013년 7월 12일
your link is a bit tricky, what if contributors do not have a gmail account? At least for me, It was not possible to watch the plot from the link.
Jan
2013년 7월 12일
@mohammed: Please explain it with an "[EDITED]" tag, if you change the message. Now David's comment looks a little bit silly.
Mohammed Sayan
2013년 7월 12일
Mohammed Sayan
2013년 7월 12일
답변 (2개)
Jan
2013년 7월 12일
0 개 추천
How can a function be 1. between 0 and pi and 2. repeat from -3*pi to 3*pi?
I assume all you need is x=linspace..., y=cos... and plot(x, y, '.'). Therefore I suggest to try it by your own at first and ask a specific question if it does not work.
Mohammed Sayan
2013년 7월 12일
카테고리
도움말 센터 및 File Exchange에서 Performance and Memory에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!