
Marcus Stürup
Followers: 0 Following: 0
Feeds
提问
How do i make this function write to the ode
Hey Fellas I have a issue with a function where i want to share the thrust and fuelin with a ode45. when i run the program it s...
5 years 前 | 1 个回答 | 0
1
个回答提问
Ode45 too many input arguments
clc; clear all; close all; y0=1; tSpan=[0 10]; [t,y]=ode45(@(t,y) mas(t,y), tSpan, y0); plot(t,y) function dt =...
5 years 前 | 0 个回答 | 0