increasing sinewave in simulink
Afficher commentaires plus anciens
I have to plot the graph in simulink
can you please tell how to plot it ,can u provide assistance please
1 commentaire
Azzi Abdelmalek
le 17 Nov 2012
Which one, the first or the second?
Réponses (1)
Azzi Abdelmalek
le 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 commentaires
Pat
le 18 Nov 2012
Azzi Abdelmalek
le 18 Nov 2012
Modifié(e) : Azzi Abdelmalek
le 18 Nov 2012
Pat, I can't understand what is the aim of trying to draw an existing graph without knowing functions that represent them!
Pat
le 18 Nov 2012
Pat
le 18 Nov 2012
Azzi Abdelmalek
le 18 Nov 2012
Provide the functions
Pat
le 18 Nov 2012
Catégories
En savoir plus sur Schedule Model Components dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!