increasing sinewave in simulink
5 ビュー (過去 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!