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
