increasing sinewave in simulink

3 visualizaciones (últimos 30 días)
Pat
Pat el 17 de Nov. de 2012
I have to plot the graph in simulink
can you please tell how to plot it ,can u provide assistance please
  1 comentario
Azzi Abdelmalek
Azzi Abdelmalek el 17 de Nov. de 2012
Which one, the first or the second?

Iniciar sesión para comentar.

Respuestas (1)

Azzi Abdelmalek
Azzi Abdelmalek el 17 de Nov. de 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 comentarios
Azzi Abdelmalek
Azzi Abdelmalek el 18 de Nov. de 2012
Provide the functions
Pat
Pat el 18 de Nov. de 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

Iniciar sesión para comentar.

Categorías

Más información sobre Schedule Model Components en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by