Drawing a tree part function ?

조회 수: 6 (최근 30일)
Am
Am 2013년 12월 16일
답변: Walter Roberson 2013년 12월 16일
How can I draw a three part function (each part has a particular domain for the variable) in mupad or other drawing tools of matlab ?

채택된 답변

Walter Roberson
Walter Roberson 2013년 12월 16일
If each section is polynomial, then see http://www.mathworks.com/help/matlab/ref/mkpp.html and ppval()
In the Symbolic Toolbox, you can use MuPAD's piecewise; see http://www.mathworks.com/help/symbolic/mupad_ref/piecewise.html
Note that there is no direct syntax for this from the MATLAB interface. If you are working from the MATLAB interface, you can use evalin(symengine) or feval(symengine) to construct a piecewise object

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Numeric Solvers에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by