photo

MANISH KUMAR GUPTA


Last seen: 4 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

4 个提问
0 个回答

排名
255,015
of 301,447

声誉
0

贡献数
4 个提问
0 个回答

回答接受率
25.0%

收到投票数
0

排名
 of 21,284

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 174,609

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Error in ODE15s
clc clear all m=50; delx=1/(m-1); h_int=0.0005e7; final_time=1e7; t0=0; tf=final_time; N_samples=(final_time/h_int...

4 years 前 | 0 个回答 | 0

0

个回答

提问


Getting error while solving coupled PDEs
clc clear all m=50; delx=1/(m-1); h_int=0.0005e7; final_time=1e7; N_samples=(final_time/h_int)+1; t0=0; tf=final_tim...

4 years 前 | 1 个回答 | 0

1

个回答

提问


getting error while solving PDE using ode45
m=50; delx=1/(m-1); h_int=0.0005; final_time=1; N_samples=(final_time/h_int)+1; t0=0; tf=final_time; p_mat=zeros(N...

4 years 前 | 1 个回答 | 0

1

个回答

提问


function to call, code run but didnt print the value
x1=input('x1'); x2=input('x2'); x3=input('x3'); Xvec=[x1,x2,x3]'; function Fofx=my_fun1(R1;R2,R3) R1=((2*Xvec(1)^2)(4*(X...

4 years 前 | 1 个回答 | 0

1

个回答