photo

Katara So


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

Followers: 0   Following: 0

统计学

MATLAB Answers

12 个提问
0 个回答

排名
132,945
of 300,198

声誉
0

贡献数
12 个提问
0 个回答

回答接受率
25.0%

收到投票数
0

排名
 of 20,889

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,681

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How to check order of accuracy of Euler forward
Is there a general code for how to check the accuracy order of Euler forward? I have the odes: odes = @(t,y) [0.272 - 0.0013...

4 years 前 | 0 个回答 | 0

0

个回答

提问


Using Euler's method as ODE-solver in Matlab
I want to implement an ODE-solver to solve a set of given differential equations to give the same figure as the one below and al...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to solve the error "Dimensions of arrays being concatenated are not consistent"
I have data of size 170x300 and want to create a matrix for the board of Game of Life but keep getting the error: Error using v...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to stop Game of Life when cells can't change but stabilization is not reached
I have made Game of Life in Matlab and was wondering if there is a way to stop the game. For example, when I have only three cel...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Game of life code
I haven't had much experience with Matlab and want to construct the "Game of Life" but I'm having trouble getting started. I wan...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Change significance value in ttest2
I want to do two ttest2 tests; one where the significance value is 5% and one where it is 0.0125% for the difference in mean val...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Calculate confidence interval of data set
I want to calculate a 95% confidence interval for the difference between the mean of each variable for the species versicolor an...

5 years 前 | 1 个回答 | 0

1

个回答

提问


How to remove outliers from data set
I have the data set: flintLead=[0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 2 2 2 2 2 2 2 2 2 2 2 3 3 3 3 3 3 3 3 3 3 3 ... 4 4 5 5 ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Find five correct decimals of temp at x
If I have a plot, how can I find the temperature at x=1 with five accurate decimals? It must be a way in which I have compared a...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Varying parameters in ODE and plot the different outcomes
I have four differential equations: And my parameters are: h=2; tau=1.5; rho=0.07; v=0.002; u=0.8; R=0.1; r=R*(1-exp(-v*t...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Solve system of differential equations using Euler forward and ode45
I have a basic SIR model which is described by three differential equations: and I want to solve these using Euler forward an...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Find temperature vector using finite difference method
I am aware that there is a very similar question posted here that asks for the same thing, however I don't really understand wha...

5 years 前 | 1 个回答 | 0

1

个回答