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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 0
1
답변질문
ode1 error Euler's method
I am getting an error, can someone help me please.
5년 초과 전 | 답변 수: 1 | 0