f=input('请输入函数:');fun1=str2func(['@(x)',f]);x=input('请输入自变量:');fprintf('函数值为:%d\n',fun1(x)) >> fun请输入函数:'x^2+4'请输入自变量:4函数值为:20