photo

khaled Abdelghafar


Last seen: 7ヶ月 前 2022 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


I want to integrate this function
x=0:50; y=exp(-x./25).*sqrt((25+x)/(25-x)); int(y,x,0,50) i want to integrate this function

2年以上 前 | 1 件の回答 | 0

1

回答

質問


how to plot this function
x=[-1,0.1:1,1]; psi0=(1/pi)^0.25*exp(-x^.2/2.); plot(x,psi0)

2年以上 前 | 2 件の回答 | 0

2

回答

質問


how can i plot contour
i encounter an error while trying to plot the following contour x=0:0.1:4; x1=-pi:0.001*pi:pi; y1=(100*sqrt(2*pi)./sqrt(x.*2...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


plotting quantum harmonic oscillator
how can i plot probability density of quantum harmonic oscillator using matlab

2年以上 前 | 1 件の回答 | 0

1

回答

質問


how could i plot a contour
Hi i want to plot the following contour but i always encounter an error x=-pi:0.001*pi:pi; y=0:0.1*6:6; [x,y]=meshgrid(x,y);...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


draw a function composed of sin and cos
i encounter an error when trying ti plot this function x=-pi:0.1*pi:pi; y1=100*sqrt(2*pi)/sqrt(0.05*pi).*cos(x/2)*(1.-cos(x/2....

2年以上 前 | 1 件の回答 | 0

1

回答

質問


i want to plot a square root function
x=[0,0.1:3]; y=100/sqrt(1-(2/x.)^2) i get error when trying to plot y

2年以上 前 | 1 件の回答 | 0

1

回答