increasing sinewave in simulink
Show older comments
I have to plot the graph in simulink
can you please tell how to plot it ,can u provide assistance please
1 Comment
Azzi Abdelmalek
on 17 Nov 2012
Which one, the first or the second?
Answers (1)
Azzi Abdelmalek
on 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 Comments
Pat
on 18 Nov 2012
Azzi Abdelmalek
on 18 Nov 2012
Edited: Azzi Abdelmalek
on 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
on 18 Nov 2012
Pat
on 18 Nov 2012
Azzi Abdelmalek
on 18 Nov 2012
Provide the functions
Pat
on 18 Nov 2012
Categories
Find more on Schedule Model Components in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!