Skip to content

Commit

Permalink
Update make_soa.m
Browse files Browse the repository at this point in the history
  • Loading branch information
fahsuanlin authored Feb 28, 2024
1 parent 05e89a4 commit 4bd8c93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/make_soa.m
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
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%s\n',trigger.time(idx),trigger.event{idx});
end;

fclose(fp);
end;
end;

0 comments on commit 4bd8c93

Please sign in to comment.