Undefined function or variable 'Storage'.

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Stefan Schmid
Posts: 10
Joined: Wed Apr 05, 2017 4:50 am

Undefined function or variable 'Storage'.

Post by Stefan Schmid » Mon Sep 16, 2019 3:47 am

Hi

I suddenly get the error message "Undefined function or variable 'Storage'." when I run the following code:

import org.opensim.modeling.*
path = 'C:\Users\sms2\3_Simulations\ExtLoads\LoadCarrying\';
ExtLoadFile = Storage([path 'ExtLoad_BP_Basefile.mot']);


The code used to run on my old computer with MATLAB R2017a. I'm now using MATLAB R2019a. Do you know of any issues related to that?

Thanks and best
-Stefan

Tags:

User avatar
Thomas Uchida
Posts: 1777
Joined: Wed May 16, 2012 11:40 am

Re: Undefined function or variable 'Storage'.

Post by Thomas Uchida » Mon Sep 16, 2019 9:15 am

Have you run configureOpenSim.m in the new version of Matlab? https://simtk-confluence.stanford.edu/d ... nvironment

POST REPLY