photo

Bijaya


Last seen: 1 year 前 自 2023 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
0 个回答

排名
191,021
of 297,457

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
16.67%

收到投票数
0

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 158,938

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


I need to solve the series for two different cases D1 and D2 specified
The original question: (C(x,t) -C0 )/(Cb- C0) = 1- 4/pi ∑ (-1)^n /(2*n +1) exp [ -(2*n+1)^2 *(pi)^2 *D*t/4*l^2] * cos((2*n+1)*p...

1 year 前 | 0 个回答 | 0

0

个回答

提问


writting down the code for the function
Attached file has the function and here is my matlab code pasted below function y = myFunction(x, n) if n == 1 y = 4 * s...

1 year 前 | 1 个回答 | 0

1

个回答

提问


My code says error on func-grad
here is my code clear format compact; load 'levelset (1).mat' % get the divergence field [dFdx, dFdy, dFdz] = Func_gradien...

1 year 前 | 0 个回答 | 0

0

个回答

提问


my code wont display figure
% Parameters L = 1; % Length of the string c = 1; % Wave speed num_segments = 200; % Number of segments dx = L / num_segment...

1 year 前 | 1 个回答 | 0

1

个回答

提问


1D wave equation
Solve the 1-dimensional wave equation in a fixed length from 0 to L = 1 [L] at the speed of 1 [c] using 200 segments, and initia...

1 year 前 | 0 个回答 | 0

0

个回答

提问


Matlab code wont disply the figure 2
c= 1; % unit conversion L=1; % t=[L]/[c] C=0.1; N=1000; Np=N+1; dx= L/N; x=(0:dx:L)'; dt=C*dx/c; sqrC=C*C; ...

1 year 前 | 1 个回答 | 0

1

个回答