StillANovice
Followers: 0 Following: 0
Statistiques
6 Questions
0 Réponses
RANG
25 023
of 295 638
RÉPUTATION
1
CONTRIBUTIONS
6 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
83.33%
VOTES REÇUS
1
RANG
of 20 255
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 207
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
dsolve - Warning: Unable to find symbolic solution.
% Parameters mu_d = 0; % specific decay rate mu_N = 2.69; % maximum specific nitrate uptake rate K_N = 0.8; ...
environ 4 ans il y a | 1 réponse | 0
1
réponseQuestion
Recursion in matrix calculation
Hi, How does recursion work in this context, as in how did the function CalDet manage to calculate the determinant of the minor...
plus de 4 ans il y a | 1 réponse | 1
1
réponseQuestion
While loop isn't working
Hello, My function is as follows: function root = NM(f, f1, x_0, epsilon, iteration) x = zeros(1, 50); x(1) = x_0; ...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
What does M([1:1 2:3], [1:0 2:3]) mean?
Hi, Using a square matrix as an example: >> M = [1 2 3; 4 5 6; 7 8 9] M = 1 2 3 4 5 6 7 ...
plus de 4 ans il y a | 3 réponses | 0
3
réponsesQuestion
The graph is not showing up even though the ODE solver is working...
Function: function dAdT = polyadiabatic(T,A) dAdT = zeros(2,1); % Kinetics Rp = (kp).*rho.*A(1).*((2.*ki.*((rho.*A...
plus de 6 ans il y a | 1 réponse | 0
1
réponseQuestion
Why am I getting Undefined function or variable 'kp' despite having defined it in the code?
function dAdT = polyadiabatic(T,A) dAdT = zeros(2,1); % Kinetics Rp = (kp).*rho.*A(1).*((2.*ki.*((rho.*A(1).^3)...
plus de 6 ans il y a | 1 réponse | 0