Shreen El-Sapa - MATLAB Central
photo

Shreen El-Sapa


Last seen: Today 2020 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 07/20 to 03/25Use left and right arrows to move selectionFrom 07/20Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

31 質問
2 回答

ランク
70,157
of 297,672

評判
0

コントリビューション
31 質問
2 回答

回答採用率
41.94%

獲得投票数
0

ランク
 of 20,464

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,351

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 3
  • Thankful Level 2

バッジを表示

Feeds

表示方法

質問


How can I correct this code?
% Data Initialization A = [ -0.1880 0.0100 -0.0079 -0.0273 0.1587 -0.4069 0.8943 -1.7404 ...

1日 前 | 0 件の回答 | 0

0

回答

質問


How can I make a simulation to equation of continuity by Matlab?
How can I make a simulation to equation of continuity by Matlab?

約1ヶ月 前 | 0 件の回答 | 0

0

回答

質問


How can I calculate the integral of associate LegendreP(1,n,theta)*cos(theta)^2 ?
How can I calculate the integral of associate Legendre function P(1,n,theta)*cos(theta)^2 ?

11ヶ月 前 | 1 件の回答 | 0

1

回答

質問


How can I calculate the integral of Legendre function P(n,theta) ?
How can I calculate the integral of Legendre function P(n,theta) ? say: int(cos(theta)*P(n,theta),theta=0..pi) ;

11ヶ月 前 | 2 件の回答 | 0

2

回答

質問


How can I appear the streamline around the spheres?
clc A=[ -0.2 0.1 -0.4 1.0 -2.1 3.9 -6.9 11.6 -18.7 29.2 -44.0 64...

11ヶ月 前 | 1 件の回答 | 0

1

回答

質問


How can I plot the complete two circles vertical not horizontal ?
clc A =[ -1. 0. 0. 0. 0. 0. 0. 0. 0. -1. 1. -1. 1. ...

11ヶ月 前 | 1 件の回答 | 0

1

回答

質問


How can I replace data on the axis to become u horizontal and y vertical?
y = 0:0.01:5; t1=0.1; t2=3;t3=5;t4=10; nu = 5; u0=1; figure(1) hold on u1 = u0.*erfc(y./2.*sqrt(nu*t1)); u2 = u0.*erfc(y....

約1年 前 | 2 件の回答 | 0

2

回答

回答済み
How can I plot the streamlines in all region around the inside sphere ?
@Star Strider Dear Star,can I plot half circles only?

約1年 前 | 0

2

回答

質問


HOW can I export table in latex outside to desktop?
How can I get a table from matlab to desktop?

約1年 前 | 1 件の回答 | 0

1

回答

質問


How can I fill the inside circle with any color?
too long code

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

1

回答

質問


How can I show the contour lines between the following two concentric spheres?
a =1 ; %RADIUS b1=0.1;b2=0.1;s=1;sb=0.2;s1=sb./s;j=0.1;EZ=1;zeta0=-1;beta=1;i=(-1).^(1./2); sigma=0.4; ur=1; alpha=.628;k=1...

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

1

回答

質問


How can I plot the following function?
alpha=0.001:0.1:5; s=1;sb=.1;s1=sb./s;j=0.1;EZ=1;zeta0=-1;beta=1;i=(-1).^(1./2); sigma=0.1; ur=1;k=5;b1=0.1;b2=0.1;c=0.1; %%%...

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

0

回答

質問


How can evaluate the integral (r*bessilei(1,k*r)) dr, k is a constant?
How can I evaluate the integral? fun = @(r) r.*besseli(1,5.*r);

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

1

回答

質問


How can I write "StruveL function" in matlab?
How can I write "StruveL function" in matlab?

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

1

回答

質問


How can i get table with data of u1,u2,u3,u4?

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

1

回答

質問


I try to calculate the following integral
syms r sigma assume(sigma>0) assume(k>0 & k<1) L=int(r*besseli(0,a*r)*besselk(0,a*r)),r,sigma,1)

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

2

回答

質問


how can I plot fluid through the cylinders
%t = 0:pi/18:2*pi; y=0:.01:3;x=0:.01:3; t = 0:pi/20:2*pi; y=0:.01:5;x=0:.01:5; %[X,Y,Z] = cylinder(.8*(1+.06*sin(5*t))); [X...

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

0

回答

質問


Why the contours does not appear in the empty region?
A =[ 0.506207 -1.175631 3.791971 -8.367277 15.218631 -24.775942 37.354122 -53.596046 ...

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

1

回答

質問


how can I plot the contours inside not outside?
clc A =[ 0.506207 -1.175631 3.791971 -8.367277 15.218631 -24.775942 37.354122 -53.59604...

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

1

回答

質問


How can I plot the contour lines between two spheres ?
I want to plot contours between the spheres

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

0

回答

質問


How can I get values in table?
k=0.0001:1:10; U=1;a=1;Zeta=0.1; alpha1=real(sqrt(Zeta.^2./2+Zeta.*sqrt(Zeta.^2-4.*k.^2)./2)); alpha2=real(sqrt(Zeta.^2./2-Ze...

約3年 前 | 1 件の回答 | 0

1

回答

質問


I can not make the figure landscape in the subplot
I can not make the figure landscape in the subplot

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

1

回答

回答済み
How can I display all parts of the contour?
I want to dispaly axes without values. Can you help me?

3年以上 前 | 0

質問


How can I display all parts of the contour?
How can I display all parts of the contour?

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

1

回答

質問


I want to plot the half only in the attached figure. How can I do that?
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %subplot(1,2,1) A =[ -16. 0. 0. 0. ...

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

1

回答

質問


I want to plot two spheres. It appear as ellipses. Can anyone help me?
a=1; L=0.1; dd=5; c =-a/L; b =a/L; m =a*60; % [x,y]=meshgrid((c+dd:(b-c)/m:b),(c:(b-c)/m:b)'); [I, J]=find(sqrt(x.^2+y.^2...

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

1

回答

質問


I want to obtain the values of streamlines and put it into legend.
see attached file

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

1

回答

質問


Are Level in this box on the figure means constant psi ?
Are Level in this box on the figure means constant psi ?

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

0

回答

さらに読み込む