Campbell-Muscle-Lab / MATMyoSim

MyoSim model written in MATLAB
https://campbell-muscle-lab.github.io/MATMyoSim
1 stars 6 forks source link

Problem with loadjson #1

Closed kenatcampbellmusclelab closed 4 years ago

kenatcampbellmusclelab commented 4 years ago

User tried to run the demo_twitch_1 but hit the following error:

demo_twitch_1 Undefined function or variable 'varargin2struct'.

Error in loadjson (line 61) opt=varargin2struct(varargin{:});

What else am I missing?

kenatcampbellmusclelab commented 4 years ago

loadjson was on Ken's MATLAB path but not included directly in this repo.

Ken ran a dependency report on demo_twitch_1.m and moved the missing files into the utilities directory.