What is the meaning of D(conj) in the Symbolic Toolbox?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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.
Akzeptierte Antwort
MathWorks Support Team
am 14 Sep. 2009
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 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Number Theory finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!