Error while settings in BOPSgui

Provide a MATLAB based, user friendly and easy-to-use tool to perform batch process of the most commonly used OpenSim Tools (IK, ID, MA and SO).
POST REPLY
User avatar
Vishal R
Posts: 47
Joined: Wed Oct 29, 2014 4:20 pm

Error while settings in BOPSgui

Post by Vishal R » Mon Oct 05, 2015 9:55 am

Dear BOPS team,

I am familiar with the structure on how MOtoNMS works. I was trying out the BOPS to elaborate my trials. While executing BOPSgui.m the program popped up the GUI interface but When I wanted to select the settings file I got the following error:

Code: Select all

Error in BOPSgui (line 63)
    gui_mainfcn(gui_State, varargin{:});

Error in
@(hObject,eventdata)BOPSgui('selectProcessingConfiguration_Callback',hObject,eventdata,guidata(hObject))

 
Error while evaluating UIControl Callback
Image

How to solve this problem. Thanks in advance. :)

Regards,
vishal

User avatar
Alice Mantoan
Posts: 29
Joined: Fri Feb 24, 2012 11:51 am

Re: Error while settings in BOPSgui

Post by Alice Mantoan » Wed Oct 21, 2015 1:34 am

Dear Vishal,

as we already discussed by email, this problem is related to compatibility with the MATLAB version R2015.

I would like to let you all know that I'm working on this issue and I will release the updates as soon as possible on Github (https://github.com/RehabEngGroup/OpenSi ... ingScripts).

Best regads,
Alice

User avatar
Alice Mantoan
Posts: 29
Joined: Fri Feb 24, 2012 11:51 am

Re: Error while settings in BOPSgui

Post by Alice Mantoan » Fri Nov 13, 2015 9:27 am

Dear all,

I have fixed compatibility with MATLAB R2015 and made it available from the GitHub repository. Until the next release, you can dowload the updates from the develop branch (https://github.com/RehabEngGroup/OpenSi ... ee/develop).

Regards,
Alice

POST REPLY