Error reading file with TRCFileAdapter in matlab
Posted: Wed Sep 09, 2020 10:20 pm
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:
running the above, however, returns this error:
From what I understand from reading the API (https://simtk.org/api_docs/opensim/api_ ... apter.html), there is only one input argument required which is a string, which I believe I am inputting correctly. Am I mistaken? Or is there something I'm missing? I don't have a lot of experience with C++ syntax.
I'd appreciate any and all help with the issue.
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:
Code: Select all
trctimeSeriesTable = org.opensim.modeling.TRCFileAdapter.read("W101.trc");
Code: Select all
Check for missing argument or incorrect argument data type in call to function 'read'.
I'd appreciate any and all help with the issue.