Community Profile

photo

Marcus Stürup


Last seen: 1 year ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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...

4 years ago | 1 answer | 0

1

answer

Question


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 =...

4 years ago | 0 answers | 0

0

answers