Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
fahsuanlin authored Jan 29, 2024
1 parent 76ea67a commit b8b51e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/make_soa.m
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
fp=fopen(file_para,'w');

for idx=1:length(trigger.time)
fprintf(fp,'%2.2f\t%d\n',trigger.time(idx),trigger.event(idx));
fprintf(fp,'%2.2f\t%d\n',trigger.time(idx),trigger.event{idx});
end;

fclose(fp);
Expand Down

0 comments on commit b8b51e2

Please sign in to comment.