Statistics
6 Questions
0 Answers
RANK
197,192
of 301,447
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
33.33%
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
Feeds
Question
How to solve the problem of " Error using odenonnegative, Non-negativity constraint violated at t0" when I use ode15s?
An error " Error using odenonnegative, Non-negativity constraint violated at t0" of ode15s came out when I optimize my model ...
4 years ago | 0 answers | 0
0
answersQuestion
Why do I get different results from the numerical solution and the analytical solution with ODE15S? The numerical solution looks smoother than the analytical one
I want to simulate the dynamic behavior of pesticide in fruits, which is affected by daily temperature and relative humidity, by...
5 years ago | 2 answers | 0
2
answersQuestion
Is there an approach that I can use the values such as Q_q and G_q outside the function? There is an error (Q_q and G_q are undefined))occurring when I tried to plot Q_q and G_q with the function of t
clc; clear; close all; t_measured = 0:5; Q = 5 * t_measured; G = 10 * t_measured + 6; initial_mass = [1 0]; tol = 1e-1...
5 years ago | 0 answers | 0
0
answersQuestion
Is there an approach that I can use the values (located inside the function, such as Q_q…) outside the function? And are there other approaches that I can pass the parameters (such as Q_runoff…) into the function without using the 'global' function?
%% MODEL SETUP AND INPUT clc; clear; close all; global Q_runoff Q_leach K_WS M_Soil A_Soil P_Soil Rho_wet_Soil k_Soil...
5 years ago | 0 answers | 0
0
answersQuestion
Why doesn't the ode15s solver work when I switch 'k1q','k2q','k12q' from a single value into vectors(more values)?
clear;clc;close all; t_measured = 0:5; % measured times k1 = [0.1,0.2,0.3,0.4,0.5,0.6]; % k1...
5 years ago | 1 answer | 0
1
answerQuestion
Error using odearguments (line 113) Inputs must be floats, namely single or double.
clear;clc;close all; syms t k1 = 2196595622168743217/1130684981446705152 - (27270095640660425*(100/(11*(99*exp(-(3*t)/40) + 1)...
5 years ago | 2 answers | 0

