How to use stepfun function
이전 댓글 표시
<<


>> I want to make this graph. time between -4 to 6. My code is t= -4:0.01:6 y1=stepfun(t,0)-2*stepfun(t-1,0)+stepfun(t-2,0); y2=stepfun(t,0)-stepfun(t-1,0);
is this right?
and i want to figure out this function
plot(y1); plot(y2);
is this right grammer?
I can't make this well... need help
답변 (1개)
Jeong Min Shin
2018년 10월 7일
0 개 추천
You have to put ";" behind of your t= -4:0.01:6.
카테고리
도움말 센터 및 File Exchange에서 Work with Components에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!