increasing sinewave in simulink

1 次查看(过去 30 天)
Pat
Pat 2012-11-17
I have to plot the graph in simulink
can you please tell how to plot it ,can u provide assistance please

回答(1 个)

Azzi Abdelmalek
Azzi Abdelmalek 2012-11-17
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 个评论
Pat
Pat 2012-11-18
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

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Animation 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by