Feeds
提问
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: '...
5 years 前 | 2 个回答 | 0
2
个回答提问
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...
5 years 前 | 1 个回答 | 0
1
个回答提问
ode1 error Euler's method
I am getting an error, can someone help me please.
5 years 前 | 1 个回答 | 0