Filter löschen
Filter löschen

Is there a Matlab built in function to determine the domain of a function?

14 Ansichten (letzte 30 Tage)
Is there a Matlab built in function to determine the domain of a function? A Mathematica variant is FunctionDomain. Does Symbolic Toolbox of Matlab have a similar function?

Antworten (3)

Matt J
Matt J am 9 Jan. 2024
Bearbeitet: Matt J am 9 Jan. 2024
Perhaps you are looking for assumptions?
syms x
assume(x>0);
f(x)=log(x);
assumptions(x)
ans = 

Star Strider
Star Strider am 9 Jan. 2024
The Symbolic Math Toolbox has the argnames function.

Walter Roberson
Walter Roberson am 9 Jan. 2024
No, there is no built-in function to do that.

Kategorien

Mehr zu Symbolic Math Toolbox finden Sie in Help Center und File Exchange

Produkte


Version

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by