Hello DAS team,
Could you re-compile the mex file for running this model on mac (Opensim 4.0)? Trying to run the "buildmanual.m" with the das3.mex64 file extension, I get this error:
"Undefined function 'das3' for input arguments of type 'struct'.
Error in das3doc_run (line 24)
das3('Initialize',model);
Undefined function 'das3' for input arguments of type 'char'.
Error in das3doc_test (line 20)
das3('vis')"
I'm no an expert, but from my limited research: in Mac, mex files require a ".mexmaci64" extension. I believe it is as simple as recompiling and spitting out the file with the mac extension:
https://stackoverflow.com/questions/279 ... -mexmaci64
Thanks in advance!