Statistics
RANK
20 069
of 300 584
REPUTATION
2
CONTRIBUTIONS
2 Questions
2 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
1
RANK
of 21 030
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 169 723
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
How to create Runge-Kutta 4th order routine to solve first-order ODE's
clear all close all clc h = ___; % set the step size x = ________; % set the interval of x y = zeros(1,length(x)); y(...
nästan 7 år ago | 1
| accepted
Question
How to create Runge-Kutta 4th order routine to solve first-order ODE's
1. Write your own 4th order Runge-Kutta integration routine based on the general equations. Do not use Matlab functions, element...
nästan 7 år ago | 2 answers | 0
2
answersHow to create a trapezoidal rule routine to evaluate the following Bessel integral without Matlab functions. ME 1101
clear all close all clc % Integrates & plots Bessel functions of the first kind a = 0; % x intial b = 20; % x final c =...
nästan 7 år ago | 0
| accepted
Question
How to create a trapezoidal rule routine to evaluate the following Bessel integral without Matlab functions. ME 1101
nästan 7 år ago | 1 answer | 0