photo

MANISH KUMAR GUPTA


Last seen: 4 years ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
255,015
of 301,447

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
25.0%

VOTES RECEIVED
0

RANK
 of 21,284

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,609

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


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 ago | 0 answers | 0

0

answers

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer