increasing sinewave in simulink
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I have to plot the graph in simulink
can you please tell how to plot it ,can u provide assistance please
1 Commento
Risposte (1)
Azzi Abdelmalek
il 17 Nov 2012
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 Commenti
Vedere anche
Categorie
Scopri di più su Schedule Model Components in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!