photo

Talha


Last seen: ungefär ett år ago Active since 2023

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

4 Questions
0 Answers

Cody

0 Problems
1 Solution

RANK
273 118
of 300 364

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
75.0%

VOTES RECEIVED
0

RANK
 of 20 934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
125 216
of 168 407

CONTRIBUTIONS
0 Problems
1 Solution

SCORE
20

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Solver
  • Thankful Level 2

View badges

Feeds

View by

Question


Must return a column vector error when using "ode45"
%% Clean the Workspace clc clear all %% Format format long %% Variables global m_ExtraSteam U0_shell V rho_0 U_steam ...

ungefär ett år ago | 0 answers | 0

0

answers

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; ...

mer än 2 år 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:...

mer än 2 år ago

Question


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

mer än 2 år 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...

nästan 3 år ago | 1 answer | 0

1

answer