photo

StillANovice


Last seen: 1년 초과 전 2018년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


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

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 4년 전 | 답변 수: 1 | 1

1

답변

질문


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

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 4년 전 | 답변 수: 3 | 0

3

답변

질문


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

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 6년 전 | 답변 수: 1 | 0

1

답변