Drake
Followers: 0 Following: 0
A student trying to learn MatLab code for my future endeavors.
Feeds
提问
Setting all my figure to the presentations setting in Export Setup
So I have to save a lot of figures for a presentation. I like the setting of 'presentation' in the export setup, I have found my...
3 years 前 | 0 个回答 | 1
0
个回答提问
Midpoint Method on an SHO to a Velocity Verlet Method
t(1,1) = 0; % Starting time (arbitrary units) u(1,1) = 1; % Initial position (arbitrary units) u(1,2) = 0; % Initial ...
4 years 前 | 1 个回答 | 0
1
个回答提问
Trapezoid algorithm on an ODE
t(1,1) = 0; % Starting time (arbitrary units) u(1,1) = 1; % Initial position (arbitrary units) u(1,2) = 0; % Initial ...
4 years 前 | 1 个回答 | 0
1
个回答提问
Using Legendre and Vandermonde matrix
Construct two design matrices for 6 equally-spaced points (5 subintervals) from −1 to 1 (inclusive): (i) the Vandermonde matrix,...
4 years 前 | 0 个回答 | 0
0
个回答提问
Help with my 2nd Order ODE Solver.
A penny dropped from the top of a building (138meters). Using ode45 compute the motion of the penny’s fall. Which I have done be...
4 years 前 | 1 个回答 | 0