Community Profile

photo

Katara So


Last seen: alrededor de 3 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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...

alrededor de 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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 ...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 3 años hace | 1 respuesta | 0

1

respuesta