matlab绘制函数 y=ln(1+x)

y=ln(1+x)

>> x1=-10:0.1:10;
>> y2=log(1+x1);
>> plot(x1,y2)

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