用input(‘...','s')以字符串方式输入,然后用inline转换为函数:
>> s=input('输入函数表达式:f(x)=','s');输入函数表达式:f(x)=3*x+2>> f=inline(s);>> f(1)ans = 5
inline函数提交后不能求导