You can use the SUBS function from the Symbolic Math Toolbox to perform symbolic substitution. syms a; answer = exp(-10*a); subs(answer,a ...
確定! 回上一頁