Some Matlab functions handle the representation of string functions like f='a^x^b+sin(c*x)+d'--ie Fixing curves, optimizing, etc.
Assume that the specified variables a, b, c, dand x. Is there any function to evaluate ffrom its string representation?
source
share