photo

Gleb


Last seen: 4 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

7 个提问
1 个回答

排名
189,275
of 300,980

声誉
0

贡献数
7 个提问
1 个回答

回答接受率
28.57%

收到投票数
0

排名
 of 21,128

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 172,167

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Explorer
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Problem with Newton's methode for ODE system
Hello! I have got a system of 3 ODEs in disret form and want to solve them with Newton's method. I found 2 solvers here in the f...

5 years 前 | 0 个回答 | 0

0

个回答

已回答
problem in the for - loop
Ok, thank you. I rewrote the code. It is more readable now. But "Unable to perform assignment because the left and right sides h...

5 years 前 | 0

| 已接受

提问


multiplication by a constant of a discrete argument of a vector function
Hi! I have got a loop with Y(i) vector elements. in a mathematical sense it is a function of argument Y=Y(x_i) because its an OD...

5 years 前 | 0 个回答 | 0

0

个回答

提问


problem in the for - loop
Here is the problem Ive got a FEM code function main1 clc n = 100; x0 = ones(3*n,1); sol = fsolve(@(x)fun(x,n),x0)...

5 years 前 | 2 个回答 | 0

2

个回答

提问


Index exceeds array bounds in BVP problem
I'm trying to make FEM for my boundary value problem. matlab gives an error "Index exceeds array bounds. Error in Gas_syste...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Runge Kutta integration problem - NaN result
Hi! Here is the code [x, Yg]=GasPhase1(J_g) VarNames = { 'T', 'q', 'Y_gHMX', 'Y_cTf', 'Y_gTf', 'Y_CF2','Y_C', 'Y_B', 'Y_BF3'...

5 years 前 | 1 个回答 | 0

1

个回答

提问


GUI with pushbutton and axis problem
Hello! I want code to transfer input (Y_cHMX0, Y_cTf0, Y_B0, L, l, P, m) from gui window to the function TF8. Then, as i planned...

5 years 前 | 0 个回答 | 0

0

个回答

提问


'Events' condition does not work properly. "Output argument "varargout{7}" (and maybe others) not assigned during call to "ode15s". "
Hello everyone! The problem is "Output argument "varargout{7}" (and maybe others) not assigned during call to "ode15s". Err...

5 years 前 | 1 个回答 | 0

1

个回答