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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 0