photo

Duong Nguyen


自 2018 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

6 个提问
0 个回答

排名
108,158
of 300,352

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
16.67%

收到投票数
0

排名
 of 20,928

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,212

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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

6 years 前 | 1 个回答 | 0

1

个回答

提问


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;

7 years 前 | 1 个回答 | 0

1

个回答

提问


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

7 years 前 | 0 个回答 | 0

0

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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

8 years 前 | 0 个回答 | 0

0

个回答

提问


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

8 years 前 | 1 个回答 | 0

1

个回答