• Remix
  • Share
  • New Entry

on 5 Oct 2021
  • 1
  • 13
  • 0
  • 0
  • 59
fun=@(x) (1./(sqrt(2*pi))).*exp(-((x.^2)./2))
fun = function_handle with value:
@(x)(1./(sqrt(2*pi))).*exp(-((x.^2)./2))
fplot(fun,'r')
Remix Tree