This commit is contained in:
2023-11-14 17:10:27 +08:00
commit d5a822831c
423 changed files with 5909 additions and 0 deletions

7
testFactionOde.m Normal file
View File

@ -0,0 +1,7 @@
alpha = 0.9;
a = [1 1];
na = [1.8 0.9];
t = 0:0.1:5;
u = ones(size(t));
y = fode_sol(a,na,1,0,u,t);
plot(t,y );