I have a symbolic function, I want to know the points of discontinuity.

 Accepted Answer

so,
syms t
k = t*heaviside(5-t)+5*heaviside(t-5);
disc = feval(symengine, 'discont', k, t);

More Answers (0)

Categories

Asked:

on 2 Sep 2015

Commented:

on 26 Sep 2022

Community Treasure Hunt

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

Start Hunting!