Feeds
提问
Coding Crowell's Method for Orbiting Bodies
I'm trying to make a function that takes some initial conditions and models of planetary bodies and it spits out a plot of what ...
5 years 前 | 1 个回答 | 0
1
个回答提问
solve( . ) is slow, are there any other approaches?
I am making a function that solves ODEs and systems of ODEs. function [outtime,U] = ODESolve(func,Tx,a0,param,h) % We assume t...
5 years 前 | 0 个回答 | 0
0
个回答提问
Coding a function for the Fourier Transform.
I have the following code for a function here, function F = FourierTransInv(vec,arg) % This function caluclates the Discrete F...
5 years 前 | 1 个回答 | 0

