Statistics
3 Questions
0 Answers
RANK
182,911
of 301,344
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,239
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,068
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
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: '...
5 years ago | 2 answers | 0
2
answersQuestion
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 ago | 1 answer | 0
1
answerQuestion
ode1 error Euler's method
I am getting an error, can someone help me please.
5 years ago | 1 answer | 0