Search found 1 match

by Brett Salazar
Mon Jun 29, 2015 2:14 pm
Forum: OpenSim
Topic: Setting up matlab scripting enviroment
Replies: 14
Views: 2869

Re: Setting up matlab scripting enviroment

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