Adfasdfasdfasdf Q37093663

adfasdfasdfasdf


Answer


`Hey,

Note: Brother in case of any queries, just comment inbox I would be very happy to assist all your queries

There are lot of files for adfasdfasdfasdf. Themain is.

clear all
clc
x=-5:0.01:5;
m=0;
s=1;
y=fun(x,m,s);
plot(x,y);
function y=fun(x,m,s)
y=[];
for i=1:length(x)
y(i)=(1/(s*sqrt(2*pi)))*exp(-((x(i)-m)/s)^2/2);
end
end

Kindly revert for any queries

Thanks.

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.