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일
Which one, the first or the second?

댓글을 달려면 로그인하십시오.

답변 (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
Azzi Abdelmalek
Azzi Abdelmalek 2012년 11월 18일
Provide the functions
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에서 Schedule Model Components에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by