We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ad205d commit 127f8d3Copy full SHA for 127f8d3
1 file changed
MATLAB/TEST_plugin.m
@@ -12,19 +12,21 @@
12
% verification
13
osimModel_name = '../tests/MFD_tests/testModel.osim';
14
IK_mot_file = '../tests/MFD_tests/testKinematics_file.mot';
15
+MFD_sto_file = './test_results/test1.sto';
16
bodyOfInterest_name = 'MovingBody';
17
bodyExpressResultsIn_name = [];
-effective_attachm = 'false';
18
+effec_att = 'false';
19
test_input = [];
20
vis_on = 'true';
21
22
validated_results_folder = '../_test_data/MFD_tests/validated_res';
23
24
res_anatAttach_local = getMuscleForceDirection(osimModel_name,...
25
IK_mot_file,...
26
+ MFD_sto_file,...
27
bodyOfInterest_name,...
28
bodyExpressResultsIn_name,...
- 'false',...
29
+ effec_att,...
30
vis_on,...
31
[]);
32
0 commit comments