increasing sinewave in simulink
Mostrar comentarios más antiguos
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
el 17 de Nov. de 2012
Which one, the first or the second?
Respuestas (1)
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
Pat
el 18 de Nov. de 2012
Azzi Abdelmalek
el 18 de Nov. de 2012
Editada: Azzi Abdelmalek
el 18 de Nov. de 2012
Pat, I can't understand what is the aim of trying to draw an existing graph without knowing functions that represent them!
Pat
el 18 de Nov. de 2012
Pat
el 18 de Nov. de 2012
Azzi Abdelmalek
el 18 de Nov. de 2012
Provide the functions
Pat
el 18 de Nov. de 2012
Categorías
Más información sobre Schedule Model Components en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!