Filter löschen
Filter löschen

how to take logarithm of a functional form in matlab?

3 Ansichten (letzte 30 Tage)
Tanvir Kaisar
Tanvir Kaisar am 10 Nov. 2016
Kommentiert: Tanvir Kaisar am 11 Nov. 2016
I have defined a function- >>f=inline('x*y','x','y') Now when i take log of this- >>logarithm=inline(log(f(x,y)),'x','y') Matlab simply shows log(x.*y) HOW CAN I GET THE ANSWER "logx+logy" instead?

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 10 Nov. 2016
You might be able to do it with the symbolic toolbox, though I would have to experiment to figure out how messy it is.
You should not be writing any new inline() unless you need backwards compatibility with something already written. Anonymous functions have replaced inline()

Weitere Antworten (0)

Kategorien

Mehr zu Function Creation finden Sie in Help Center und File Exchange

Tags

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by