Community Profile

photo

Callum Chalmers


Last seen: más de 3 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


euler's method, error, when I run the code i get an error message when trying to create the array for the x values, Array indices must be positive integers or logical values.
clear clc close all t0 = 0; x0 = 3; tf = 1; n = 10; tArray = linspace(t0, tf, n+1); xArray = [x0]; h = (tf - t0)/...

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

1

respuesta