Statistics
6 Questions
                        0 Answers
RANK
28,162
                          
                          
of 300,392
                        
REPUTATION
1
                           
                        
CONTRIBUTIONS
                          6 Questions
                          0 Answers
ANSWER ACCEPTANCE 
                            83.33%
                        
VOTES RECEIVED
1
RANK
 of 20,933
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS 
0
ALL TIME DOWNLOADS
0
RANK
of 168,335
CONTRIBUTIONS
                            0 Problems
                            0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF 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; ...
5 years ago | 1 answer | 0
1
answerQuestion
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...
5 years ago | 1 answer | 1
1
answerQuestion
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; ...
5 years ago | 1 answer | 0
1
answerQuestion
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 ...
5 years ago | 3 answers | 0
3
answersQuestion
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...
7 years ago | 1 answer | 0
1
answerQuestion
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)...
7 years ago | 1 answer | 0
 
        