Search found 6 matches
- Thu Oct 03, 2019 8:42 am
- Forum: OpenSim
- Topic: Reading C3D Files Using Matlab
- Replies: 4
- Views: 511
Re: Reading C3D Files Using Matlab
Great, just tried it, that error is gone. Thanks for the help James
- Thu Oct 03, 2019 7:40 am
- Forum: OpenSim
- Topic: Reading C3D Files Using Matlab
- Replies: 4
- Views: 511
Re: Reading C3D Files Using Matlab
Hello James,
I am using the 2018 Matlab. And I realised the "methods" was used in an earlier line but that didn't raise any red flags when running the file so maybe exposing it like you suggested might help. How would I expose it though?
I am using the 2018 Matlab. And I realised the "methods" was used in an earlier line but that didn't raise any red flags when running the file so maybe exposing it like you suggested might help. How would I expose it though?
- Thu Oct 03, 2019 7:01 am
- Forum: OpenSim
- Topic: Reading C3D Files Using Matlab
- Replies: 4
- Views: 511
Reading C3D Files Using Matlab
Trying to run the file that will help me extract the data from the C3D file using Matlab returns this error: Error using osimC3D Error: File: osimC3D.m Line: 239 Column: 4 Illegal use of reserved keyword "methods". Error in Matlab_Extraction (line 11) c3d = osimC3D(c3dpath,1); I am using the file as...
- Tue Sep 03, 2019 5:28 am
- Forum: OpenSim
- Topic: Error configuring MATLAB to work with OpenSim 4.0
- Replies: 16
- Views: 3219
Re: Error configuring MATLAB to work with OpenSim 4.0
Dear Michael, Thanks for reporting. The message suggests that the JNI library is actually found but that other libraries that it depends on are not found. Possible reasons: 1. Finding the wrong/mixed low level libraries (e.g. simbody) on your path first, or some 32 bit version somehow. 2. Redistrib...
- Mon Jul 29, 2019 4:32 am
- Forum: OpenSim
- Topic: Incomplete GRF Data
- Replies: 2
- Views: 246
Re: Incomplete GRF Data
Hello Dimitar,
I did as you advised and the difference is quite vast, thanks for the feedback. Really appreciated
I did as you advised and the difference is quite vast, thanks for the feedback. Really appreciated
- Fri Jul 26, 2019 8:02 am
- Forum: OpenSim
- Topic: Incomplete GRF Data
- Replies: 2
- Views: 246
Incomplete GRF Data
Hello, I'm a relatively new user of this software and I have a grf data file that has no moments. And according to the OpenSim Documentation, "Getting Started with Inverse Dynamics", OpenSim is able to run the Inverse Dynamics analysis using the kinematics and "perhaps a portion of the kinetics". Go...