photo

Stuart Hobson


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
0 个回答

排名
231,867
of 301,338

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
60.0%

收到投票数
0

排名
 of 21,236

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 174,017

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Vector integration; is this the most correct and/or accurate calculation?
Good day, this seems to be a regular question topic; I unfortunately am not sure I have the correct understanding from the hel...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Certain functions not available.
I have version R2017a under a "Designated Computer/Research Lab (accessed by multiple users)" license. This being an academic li...

6 years 前 | 2 个回答 | 0

2

个回答

提问


The following error is found: "Warning: Failure at t=7.068767e-01. Unable to meet integration tolerances without reducing the step size below the smallest value allowed (1.776357e-15) at time t. > In ode45 (line 308)" Any suggestions as to a fix?
The two files are attached. If you would like a different method then I will certainly provide it. An increase in the F_FEED or ...

7 years 前 | 1 个回答 | 0

1

个回答

提问


What could be causing the error: "Not enough input arguments. Error in acroleinfunction (line 27) F_t = F(1) + F(2) + F(3) + F(4) + F(5) + F(6) + F(7);"
function dFdW = acroleinfunction(W, F) %Calculate flow rates of each component along the PBR dFdW = zeros(7, 1);...

7 years 前 | 1 个回答 | 0

1

个回答

提问


What could be the issue if a global variable gets an error "Undefined function or variable 'F_FEED' " when called from a function. The global variable is defined in the file from which the function is called.
global F_FEED T0 P0 WEIGHT_cat R Ua; F_FEED = 100; %TOTAL FLOWRATE OF THE FEED (mol/s) T0 = 650; %INLE...

7 years 前 | 2 个回答 | 0

2

个回答