xx3
  • 2024-09-19箭头→箭头 matlab画图
    closeallt=linspace(-4,4,1000);pdf=normpdf(t)cdf=normcdf(t)plot(t,pdf,"b",'LineWidth',2);holdonplot(t,cdf,'k','LineWidth',3);N=5y=rand(N,1);x=zeros(N,1)-4;scatter(x,y,60,'r','fille