1. 画函数 >> x = [-4:0.5:6] >> y = x.^2 - x - 6 >> plot(y) 转载于:https://www.cnblogs.com/luoyinjie/p/9768223.html