piecewise function only plotting half?
이전 댓글 표시
Hello, I am very new to matlab and am trying to graph a function of mutiple piecewise conditions. However, it only seems to be graphing up to x=5 (I need it tot graph to x=10). I've tinkered with it, and it seems to only be count the a= piecewise, none of the others. Can anybody see why that is? thank you

댓글 수: 4
dpb
2019년 8월 29일
Not without the code, no...
Raphael Hatami
2019년 8월 30일
편집: dpb
2019년 8월 30일
Walter Roberson
2019년 8월 30일
fplot(u, [min(x), max(x)])
Raphael Hatami
2019년 8월 31일
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Creating, Deleting, and Querying Graphics Objects에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!