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

Réponses (1)

Azzi Abdelmalek
Azzi Abdelmalek le 17 Nov 2012

0 votes

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
Pat le 18 Nov 2012
Thanks a lot Azzi can u please help me in plotting othe graphs also ,which is above sine wave
Azzi Abdelmalek
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
Pat le 18 Nov 2012
what parameters do need Azzi
Pat
Pat le 18 Nov 2012
Azzi can you please tell how to plot in simulink,i typed in command window i got graph,can u tell how to get in simulink please
Azzi Abdelmalek
Azzi Abdelmalek le 18 Nov 2012
Provide the functions
Pat
Pat le 18 Nov 2012
its a active and reactive power graph ,i need to plot in simulink ,that includes sine wave,these three graphs of a matrix converter,
matrix converter i got from matlab central

Connectez-vous pour commenter.

Catégories

En savoir plus sur Schedule Model Components dans Centre d'aide et File Exchange

Tags

Question posée :

Pat
le 17 Nov 2012

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by