Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
trinhgiahuy authored Oct 31, 2022
1 parent 4a4f2dc commit c73aeff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions 1_measure_files/shorter_ver/run.m
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,10 @@
input_features(subjectId,sortedInputFeatures);
disp('Finish everything! Please find the input features file in same directory')
pause(15);
disp("front:windowEnd")
disp(windowEnd_r);
%% Why cannot display windowEnd_r??
%%disp("front:windowEnd")
%%disp(windowEnd_r);
disp("Back:")
disp(back_r)
disp("Step count:");
disp(stepCount);
disp("front:windowEnd")
disp(windowEnd_r);
disp(stepCount);
2 changes: 1 addition & 1 deletion 1_measure_files/shorter_ver/velSeg.m
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
%length(steps);

stepCount = length(steps) - 1;
disp("Step count:");
%disp("Step count:");
%%disp(stepCount)
%%
stepDuration = [];
Expand Down

0 comments on commit c73aeff

Please sign in to comment.