photo

shreen elsapa


Last seen: 11 months 前 自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
0 个回答

排名
41,559
of 300,198

声誉
1

贡献数
5 个提问
0 个回答

回答接受率
40.0%

收到投票数
1

排名
 of 20,889

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,681

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2

查看徽章

Feeds

排序方式:

提问


How can I change the color between the two circles?
% Parameters for the inner and outer circles radius_inner = 1; % Radius of the inner (solid sphere) radius_outer = 1.5; % ...

11 months 前 | 1 个回答 | 0

1

个回答

提问


Can any someone check the following code, I want to plot the streamlines and also I need the figure to be half-spheres only?
lambda=1.5; eta=1; beta1=1;beta2=1; alpha=.01; eta1=0.1;w=0.1;k=(1/eta.^2).^(0.5); % w=w2/w1 alpha1=((k.^2+(k.^4-4.*alp...

2 years 前 | 0 个回答 | 0

0

个回答

提问


How to plot two concentric spheres with radius1=1 and radius2 =10 in MATLAB and filled with fluid flow (I have one velocity component only)
How to plot two concentric spheres with radius1=1 and radius2 =10 in MATLAB and filled with fluid flow (I have one velocity com...

2 years 前 | 2 个回答 | 0

2

个回答

提问


why is it happen?
when i plot figure with 3 or 4 curves, it appears the same line style.

7 years 前 | 1 个回答 | 0

1

个回答

提问


How can I display value of each psi (streamline) on the curve?
a = 1 ; %RADIUS L=.4; c =-a/L; b =a/L; m =a*200; % NUMBER OF INTERVALS [x,y]=meshgrid([c:(b-c)/m:b],[c:(b-c)/m:b]'); [I J]...

7 years 前 | 0 个回答 | 1

0

个回答