This commit is contained in:
2026-01-20 03:45:15 +08:00
parent 101e8b7e8e
commit 1498209b0e
147 changed files with 13055 additions and 12 deletions

15
vscode/code/mcmthesis-matlab1.m Executable file
View File

@@ -0,0 +1,15 @@
function [t,seat,aisle]=OI6Sim(n,target,seated)
pab=rand(1,n);
for i=1:n
if pab(i)<0.4
aisleTime(i)=0;
else
aisleTime(i)=trirnd(3.2,7.1,38.7);
end
end