plotting a piecewise function-help
조회 수: 2 (최근 30일)
이전 댓글 표시
I want to plot Vl versus vs
function Vl= piecewisefunnn(vs); vs1 = vs>0.6; Vl(vs1)=(vs(vs1)-0.6); vs2 =(vs<0.6 & vs==0.6); Vl(vs2) = 0; vs= -20:20; plot(vs,Vl(vs)) end
thanx for your help
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Fourier Analysis and Filtering에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!