photo

MANISH KUMAR GUPTA


Last seen: 4년 초과 전 2021년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

4 질문
0 답변

순위
205,181
of 301,506

평판
0

참여
4 질문
0 답변

답변 채택
25.0%

획득한 표
0

순위
 of 21,306

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 174,911

참여
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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 0

1

답변