matlab画出均匀函数的图像

ezplot(@(x)unifpdf(x,-1,1),[-3,3])%-1到1的均匀分布密度函数 

在这里插入图片描述

发布了41 篇原创文章 · 获赞 44 · 访问量 7682

猜你喜欢

转载自blog.csdn.net/tailonh/article/details/102973262