Two functions superimposed on each other.
이전 댓글 표시
Suppose I have two functions, say y = sin(t) and y = sin( t + pi/4) and I want to make them start at the same point. How can this be done?
댓글 수: 2
채택된 답변
추가 답변 (1개)
Matt J
2012년 10월 18일
0 개 추천
Change y2 to y2 = sin(t +2000 + pi/4)
now they will both start at t=2000
카테고리
도움말 센터 및 File Exchange에서 Entering Commands에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!