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
FOTF Toolbox/c8mmlfs1.m Normal file
View File

@ -0,0 +1,7 @@
function y = c8mmlfs1(u)
% c8mmlfs1 - MATLAB function to express the Simulink block
% Copyright (c) Dingyu Xue, Northeastern University, China
% Last Modified 18 May, 2022
y = u^(1.5-sqrt(2))*exp(u)*ml_func([1,3-sqrt(2)],-u)./ml_func([1,1.5],-u);
end