Feeds
提问
can any one to help me to run this code>>>
function [var,dvar] = adiab % ideal adiabatic model simulation % Israel Urieli, 7/6/2002 % Returned values: % v...
7 years 前 | 0 个回答 | 0
0
个回答提问
any one help me ; how can I insert an array I=[600 400 200 100 0] in my code which solved using runge kutta method (this constant(I) change in my equations)
%initial condition t(1)=0; Tg(1)=26; %step size h=1; tfinal=300; N=ceil(tfinal/h); %update loop for ...
7 years 前 | 0 个回答 | 0
0
个回答提问
any one help me ; how can I insert an array I=[600 400 200 100 0] in my code which solved using runge kutta method (this constant(I) change in my equations)
%initial condition t(1)=0; Tb(1)=27; Tw(1)=30; Tg(1)=26; %step size h=1; tfinal=300; N=ceil(tfinal/h); %update lo...
7 years 前 | 0 个回答 | 0
0
个回答提问
hello, I have three complex differential equations (dTb/dt , dTw/dt , dTg/dt) and I solved it using runge kutta method , matlab run successfully but all result on commend window is "NoN",I'm sure from my equations.
is rung kutta method solve very complex equation such equation in this file
7 years 前 | 1 个回答 | 0