I had an identical issue and I was able to solve it by changing line 87 from:
fileID = fopen(txtname,'w');
to
fileID = fopen(txtname);
Hope this helps anyone else having this issue!
Best,
Brett
Search found 1 match
- Mon Jun 29, 2015 2:14 pm
- Forum: OpenSim
- Topic: Setting up matlab scripting enviroment
- Replies: 14
- Views: 3033