photo

Kushagra Saurabh


Last seen: 9 months 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

7 个提问
0 个回答

排名
170,794
of 299,759

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
85.71%

收到投票数
0

排名
 of 20,794

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,756

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Warning: Results may be inaccurate because of an ill-conditioned Jacobian whose reciprocal condition number is 3.23252e-20.
Hey! I was trying to solve these equations and was getting an error as : Warning: Results may be inaccurate because of an ill-c...

10 months 前 | 0 个回答 | 0

0

个回答

提问


coupled differntial equation using ode45
I'm getting an error while solving this coupled differential equation usually the error is showing issues with vertical concaten...

11 months 前 | 3 个回答 | 0

3

个回答

提问


I'm trying to solve jeffry hamel equation using RK4 but it's not giving output as expected.
%%%% Jeffry-Hamel equation stability analysis %%%% %%% ode:(U''' +2sUU' = 0) such that U' = g, g' = h, h' = -2*s*U*g %%% %%% w...

1 year 前 | 2 个回答 | 0

2

个回答

提问


The size of X must match the size of Z or the number of columns of Z.
i'am trying to solve 2d laplace equation using fourth order central difference could but i'am getting an error:The size of X mus...

3 years 前 | 2 个回答 | 0

2

个回答

提问


The size of X must match the size of Z or the number of columns of Z.
I am trying to solve the 2d laplace equation for heat conduction using forward diffrence scheme, but I'm getting an error:The s...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Index in position 1 is invalid. Array indices must be positive integers or logical values.
% calculation of Emax T_epsilon = zeros(Nx,Ny); for i =2:Nx-1 for j = 2:Ny-1 T_epsilon(i,j) = T(i,j) - A((dy*i)/...

3 years 前 | 2 个回答 | 0

2

个回答

提问


error: Unable to perform assignment because the size of the left side is 1-by-49 and the size of the right side is 1-by-51 at line 23, where is the problem?
clear all; close all; geometry of domain Nx = 51; Ny = 51; dx = 1/(Nx-1); dy = 1/(Ny-1); W = 0:dx:1; H = 0:dy:1; ...

3 years 前 | 1 个回答 | 0

1

个回答