Community Profile

photo

Ibrahim Butt


Last seen: 2 years ago Active since 2020

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


What is wrong with my code?
% It finds the velocity using RK 4 method clc; % Clears the screen clear all; h = input('Insert the value of the step size: '...

3 years ago | 2 answers | 0

2

answers

Question


What is wrong with my code?
% Itfinds the velocity using RK 4 method clc; % Clears the screen clear all; F = @(t,v) 9.81 - ((0.28/85) * (v^2)); t0 = inp...

3 years ago | 1 answer | 0

1

answer

Question


ode1 error Euler's method
I am getting an error, can someone help me please.

3 years ago | 1 answer | 0

1

answer