Community Profile

photo

Talha


Last seen: 2 months ago Active since 2023

Followers: 0   Following: 0

Statistics

All
  • Solver
  • Thankful Level 2

View badges

Feeds

View by

Question


Why does "Temperature" rises instantly in this solution with ode45? Also, I could not figure out why integration time interval "t_interval" gives no solution i started at "0"?
%% Clean the Workspace clc clear all %% Variables global mS Ts_in Vceo = 102.687; % m3 Ts_in = 104.8; ...

1 year ago | 1 answer | 0

1

answer

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

1 year ago

Question


ode45 returns NaN
%% Clean the Workspace clc clear all %% Variables global mS Ts_in Vceo = 102.687; % m3 Ts_in = 104.8; ...

1 year ago | 1 answer | 0

1

answer

Question


ode45 returns a vector of length 0
Hello everyone, I am trying to solve a DE with ode45 however, ode45 returns a vector of length 0. Thanks in advance. %% Cle...

1 year ago | 1 answer | 0

1

answer