matlab绘制函数(观察凹凸性)

matlab绘制函数

clc;
clear;
x=-50:0.5:50;
y = x.^3-x.^2-x+1;
plot(x,y)

########################

QQ 3087438119
原文地址:https://www.cnblogs.com/herd/p/15201104.html