increasing sinewave in simulink
조회 수: 1 (최근 30일)
이전 댓글 표시
I have to plot the graph in simulink
can you please tell how to plot it ,can u provide assistance please
답변 (1개)
Azzi Abdelmalek
2012년 11월 17일
t=0:0.1:10;y1=sin(4*t);
y=reshape(bsxfun(@times,repmat(y1,3,1)',[1 3 5]),1,[]);
close,plot(y)
댓글 수: 6
참고 항목
카테고리
Help Center 및 File Exchange에서 Schedule Model Components에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!