Mingze Yin
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
94,279
of 295,673
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20,262
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,257
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
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...
2 years ago | 2 answers | 0
2
answersQuestion
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 0 answers | 0
0
answersQuestion
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 2 answers | 0
2
answersQuestion
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 ago | 1 answer | 0