File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ * .log
2+ * .asv
Original file line number Diff line number Diff line change 1414effective_attachm = ' true' ;
1515test_input = [];
1616
17- N_frame_test = 5
17+ N_frame_test = 5 ;
1818muscleLinesOfActionStruct = muscleForceDirection_plugin(osimModel_name ,...
1919 IK_mot_file ,...
2020 bodyOfInterest_name ,...
2121 bodyExpressResultsIn_name ,...
2222 effective_attachm ,...
23- []);
23+ ' true' ,...
24+ []);
25+
26+
27+
28+ % osimModel_name = '../_test_data/gait2392/subject01.osim';
29+ % IK_mot_file = '../_test_data/gait2392/subject01_walk1_ik.mot';
30+ % bodyOfInterest_name = 'femur_r';
31+ % bodyExpressResultsIn_name = [];
32+ % effective_attachm = 'true';
33+ % test_input = [];
34+ %
35+ % N_frame_test = 5;
36+ % muscleLinesOfActionStruct = muscleForceDirection_plugin(osimModel_name,...
37+ % IK_mot_file,...
38+ % bodyOfInterest_name,...
39+ % bodyExpressResultsIn_name,...
40+ % effective_attachm,...
41+ % 'true',...
42+ % []);
You can’t perform that action at this time.
0 commit comments