Dear All:
When I try to use the MATLAB API AnalyzeTool, it prompts:
ava exception occurred:
java.io.IOException: analyzeTool.verifyControlsStates: ERROR- a storage object containing the time histories of states was not specified.
at org.opensim.modeling.opensimModelJNI.AnalyzeTool_run__SWIG_0(Native Method)
at org.opensim.modeling.AnalyzeTool.run(AnalyzeTool.java:154)
How should we solve this problem ?
Best regards
Jack
AnalyzeTool API error in MATLAB
- Thomas Uchida
- Posts: 1793
- Joined: Wed May 16, 2012 11:40 am
Re: AnalyzeTool API error in MATLAB
A states file was not provided (https://github.com/opensim-org/opensim- ... l.cpp#L469). The "setupAndRunAnalyzeBatchExample.m" example might be helpful (see the "Scripting with Matlab" page in the Confluence documentation, https://simtk-confluence.stanford.edu:8 ... ith+Matlab).ERROR- a storage object containing the time histories of states was not specified.
Re: AnalyzeTool API error in MATLAB
Dear Tom:tkuchida wrote:A states file was not provided (https://github.com/opensim-org/opensim- ... l.cpp#L469). The "setupAndRunAnalyzeBatchExample.m" example might be helpful (see the "Scripting with Matlab" page in the Confluence documentation, https://simtk-confluence.stanford.edu:8 ... ith+Matlab).ERROR- a storage object containing the time histories of states was not specified.
Thanks a lot!
Regards
Jack