Effacer les filtres
Effacer les filtres

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

3 vues (au cours des 30 derniers jours)
Rusty
Rusty le 2 Sep 2015
Commenté : Kanav le 26 Sep 2022
For example the function is :
syms t
k=t*heaviside(5-t)+5*heaviside(t-5) ;

Réponse acceptée

Walter Roberson
Walter Roberson le 2 Sep 2015
so,
syms t
k = t*heaviside(5-t)+5*heaviside(t-5);
disc = feval(symengine, 'discont', k, t);
  1 commentaire
Kanav
Kanav le 26 Sep 2022
can we extend this function for a two variable function?

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by