What is the meaning of D(conj) in the Symbolic Toolbox?
조회 수: 1 (최근 30일)
이전 댓글 표시
When I calculate the derivate of a special function such as a complex conjugate I receive a D(conj) as part of my answer. I would like to know what this variable means.
채택된 답변
MathWorks Support Team
2009년 9월 14일
The Symbolic Math Toolbox uses D(conj) as a shorthand to specify the derivative with respect to a natural logarithm. This notation may be used when the statement can not be simplified further.
For instance, the output statement
D(conj)(a)
is equivalent to
diff(conj(a))
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Number Theory에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!