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!