Azzera filtri
Azzera filtri

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

14 visualizzazioni (ultimi 30 giorni)
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?

Risposte (3)

Matt J
Matt J il 9 Gen 2024
Modificato: Matt J il 9 Gen 2024
Perhaps you are looking for assumptions?
syms x
assume(x>0);
f(x)=log(x);
assumptions(x)
ans = 

Star Strider
Star Strider il 9 Gen 2024
The Symbolic Math Toolbox has the argnames function.

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

Categorie

Scopri di più su Symbolic Math Toolbox in Help Center e File Exchange

Prodotti


Release

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by