Statistics
6 Questions
0 Answers
RANK
104,942
of 295,527
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
16.67%
VOTES RECEIVED
0
RANK
of 20,242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,057
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
I am calculating membrane water flux using fsolve but MATLAB gave me a negative value of water flux (Jw) as follows. I don't know how to avoid these negative solution from non-linear equation so I would like to know how to solve it correctly
Here are MATLAB codes I used to calculate function [Jw,q]=jw_q_solve(Tf,Tp,P,B,Km,d,h) %Jw, water flux [L.m^-2.h^-1] %q, heat...
5 years ago | 1 answer | 0
1
answerQuestion
How can solve this system of differential equations with two variables x, y? I will attach a photo to make it clearer.
-dx/dt = -0.6208*y^0.75*x^3; -dy/dt = -3*0.6208*y^0.75*x^3; y(0) == 0.48; x(0) == 1.44;
6 years ago | 1 answer | 0
1
answerQuestion
How can solve this differential equation with two variables?
diff(b,a,t) == -db/dt == -6.73x10^-8x(10^-8.5)^(-0.82)x a^0.75 x b^3
6 years ago | 0 answers | 0
0
answersQuestion
Nonlinear regression for adsorption with Langmuir isotherm
Can anyone show me how to analyze nonlinear regression for adsorption with Langmuir isotherm? Thank you very much.
7 years ago | 1 answer | 0
1
answerQuestion
Decrease the scale of y-axis
I have plotted 2 graphs of y versus t with following commands: t = linspace(0,10,20); y = 1./((3/10^(8*8)*7.7*10^58*10^(...
7 years ago | 0 answers | 0
0
answersQuestion
Error Using ^ When Typing Power Command
I want to plot a graph of y versus t with: >> t = linspace(0,10,20); >> y = 1/(t*(3/10^(8*8)*10^(3/2))/2 + 1)^(2/3); ...
7 years ago | 1 answer | 0