matlab绘制函数
clc; clear; x=-50:0.5:50; y = x.^3-x.^2-x+1; plot(x,y)
########################
matlab绘制函数(观察凹凸性)
原文:https://www.cnblogs.com/herd/p/15201104.html