Community Profile

photo

Callum Chalmers


Last seen: meer dan 3 jaar ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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

meer dan 3 jaar ago | 1 answer | 0

1

answer