필터 지우기
필터 지우기

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

조회 수: 14 (최근 30일)
Javad Farzi
Javad Farzi 2024년 1월 9일
답변: Walter Roberson 2024년 1월 9일
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?

답변 (3개)

Matt J
Matt J 2024년 1월 9일
편집: Matt J 2024년 1월 9일
Perhaps you are looking for assumptions?
syms x
assume(x>0);
f(x)=log(x);
assumptions(x)
ans = 

Star Strider
Star Strider 2024년 1월 9일
The Symbolic Math Toolbox has the argnames function.

Walter Roberson
Walter Roberson 2024년 1월 9일
No, there is no built-in function to do that.

카테고리

Help CenterFile Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기

제품


릴리스

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by