Mingze Yin - MATLAB Central
photo

Mingze Yin


Last seen: 3 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB AnswersFrom 12/21 to 04/25Use left and right arrows to move selectionFrom 12/21Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

6 个提问
0 个回答

排名
105,633
of 297,999

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
50.0%

收到投票数
0

排名
 of 20,519

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,124

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Add grid lines onto the 3D mesh plot
Hi, I have two different mesh plots for comparison below: As you may have observed, the plot on top has the concrete black...

3 years 前 | 2 个回答 | 0

2

个回答

提问


use of "break"
Hi everyone, I have a few lines of code that look smth like this exist = false; for j = 1:1:J if phi(m,j-1,n)*phi(m,j...

3 years 前 | 1 个回答 | 0

1

个回答

提问


non-uniform grid used in a for loop
Hi, I am trying to integrate an ODE (an IVP, dR/dS = ..., R(0)=0) via trapezoidal rule, and the way I implemented it is via a ...

3 years 前 | 0 个回答 | 0

0

个回答

提问


for loop involving matrix with 3 indices
Hi, I am trying to obtain a matrix with 3 indices (represented by m, j, n respectively) via the use of a for loop. The general ...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Solving ODE with non-constant parameters using ode45
Hi everyone, I need to solve an ODE of the general form dydt = A(t)*y; where A(t) is a function that depends on S as well as a ...

3 years 前 | 2 个回答 | 0

2

个回答

提问


Solve time-dependent ODE using the result from another time-dependent ODE
Hello everyone, I needed to solve two ODEs of the following forms: dRdS = 1 - B(S)*R(S) - A(S)*(R(S)^2); (1) dWdS = - A(...

3 years 前 | 1 个回答 | 0

1

个回答