increasing sinewave in simulink
古いコメントを表示
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 日
Which one, the first or the second?
回答 (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 件のコメント
Pat
2012 年 11 月 18 日
Azzi Abdelmalek
2012 年 11 月 18 日
編集済み: Azzi Abdelmalek
2012 年 11 月 18 日
Pat, I can't understand what is the aim of trying to draw an existing graph without knowing functions that represent them!
Pat
2012 年 11 月 18 日
Pat
2012 年 11 月 18 日
Azzi Abdelmalek
2012 年 11 月 18 日
Provide the functions
Pat
2012 年 11 月 18 日
カテゴリ
ヘルプ センター および File Exchange で Schedule Model Components についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!