photo

Katara So


Last seen: 4년 초과 전 2020년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

12 질문
0 답변

순위
274,313
of 300,369

평판
0

참여
12 질문
0 답변

답변 채택
25.0%

획득한 표
0

순위
 of 20,936

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,436

참여
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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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...

거의 5년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0

1

답변