Search found 3 matches
- Fri Sep 11, 2020 10:48 pm
- Forum: OpenSim
- Topic: Error reading file with TRCFileAdapter in matlab
- Replies: 3
- Views: 490
Re: Error reading file with TRCFileAdapter in matlab
Thanks Ayman, your solution worked. I appreciate the help.
- Wed Sep 09, 2020 10:20 pm
- Forum: OpenSim
- Topic: Error reading file with TRCFileAdapter in matlab
- Replies: 3
- Views: 490
Error reading file with TRCFileAdapter in matlab
Hi everyone, Using OpenSim 4.1, I'm trying to use the read function of the TRCFileAdapter class to import the data from a .trc file into Matlab using the code: trctimeSeriesTable = org.opensim.modeling.TRCFileAdapter.read("W101.trc"); running the above, however, returns this error: Check for missing...
- Thu Jul 16, 2020 10:38 pm
- Forum: OpenSim
- Topic: Error when scripting in Matlab
- Replies: 1
- Views: 294
Error when scripting in Matlab
Hi everyone, I've been trying to write a script in Matlab to run this example: https://simtk-confluence.stanford.edu:8443/display/OpenSim/Simulation-Based+Design+to+Reduce+Metabolic+Cost I'm at step II.B and am trying to set up the CMC tool. In the script I've written: analyzeTool = CMCTool(cmcSetup...