Community Profile

photo

Holly Martin


Last seen: 4 years ago Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Index exceeds the number of array elements (1)
Hi, Im doing an assignment where my script should repeats forward euler for different step sizes h between 0.1V/g and 0.001V/...

4 years ago | 1 answer | 0

1

answer

Question


How to get final value from iteration rather than block of numbers
Hi, Ive written code for Eulers method for an equation of motion for an academic assignment, and I need to return values for z ...

4 years ago | 1 answer | 0

1

answer

Question


Getting an error message and don't know how to fix
I have code that looks like this % The loop for i=1:N-1 v=diff(z); v(i+1) = v(i) + h*(((-g-k*(abs(v)).^p)*V)/m); ...

4 years ago | 1 answer | 0

1

answer