Draw areas under the normal distribution
Code: "stat_plot.m". Programming language: Octave DMelt Version 1. Last modified: 05/09/2015. License: Pro
https://datamelt.org/code/cache/stat_plot_3988.m
To run this script using the DMelt IDE, copy the above URL link to the menu [File]→[Read script from URL] of the DMelt IDE.



a=-0.001:0.0001:0
y=normal_prob(a)
plot2d()
draw2d(a,y)

You see the box below because you did not login.