Feeds
提问
using ode45 for trajectories
I cannot get my code to work. Here is the function code: function [zdot] = integration( t,z ) %The function integration...
13 years 前 | 1 个回答 | 0
1
个回答提问
using ode45 with input arrays
I am trying to use ode45 but I have three arrays and can't get it to work. Here is my function: function [ ydot] = integ...
13 years 前 | 1 个回答 | 0