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

View File

@ -0,0 +1,4 @@
function y=bp8a_fcn(t)
y=t^(1.5-sqrt(2))*exp(t-0.3)*...
ml_func([1,3-sqrt(2)],-t)./ml_func([1,1.5],-t);
end