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,5 @@
function y=bp7_opts(x)
W=get_param(gcs,'ModelWorkspace'); assignin(W,'a',x(1))
try, txy=sim('bp7_model'); y0=txy.yout; y=abs(y0(end)-exp(-1));
catch, y=10; end
end