Search found 6 matches
- Mon Jul 24, 2017 12:07 pm
- Forum: OpenSim
- Topic: Matlab API compatible with Windows 10?
- Replies: 12
- Views: 1309
Re: Matlab API compatible with Windows 10?
I could see that being the issue because when I looked up the Windows error I am receiving on my new system, it said that it often occurs when Windows thinks there is an infinite loop situation occurring. If it is expecting an output immediately and it is taking some time to generate an output it co...
- Mon Jul 24, 2017 10:23 am
- Forum: OpenSim
- Topic: Matlab API compatible with Windows 10?
- Replies: 12
- Views: 1309
Re: Matlab API compatible with Windows 10?
After implementing your recommended code, the program ran successfully but I did still experience the same issue. I did discover something that may help to diagnose the issue. When running API on my old system, I would often encounter a dialogue box that said "MATLAB has encountered an internal prob...
- Sat Jul 22, 2017 1:43 pm
- Forum: OpenSim
- Topic: Matlab API compatible with Windows 10?
- Replies: 12
- Views: 1309
Re: Matlab API compatible with Windows 10?
Sorry for the slow reply, I was able to run that in the command prompt and it worked fine with no errors.
- Wed Jul 12, 2017 9:50 am
- Forum: OpenSim
- Topic: Matlab API compatible with Windows 10?
- Replies: 12
- Views: 1309
Re: Matlab API compatible with Windows 10?
Essentially the code that I am running is com = 'ik -S IKSetupTool.xml'; system(com); However, sometimes it makes it all the way through the IK and sometimes it does not (more often not). The exact same code did work on my previous machine. MATLAB does not crash. I know my new machine has 16 GB RAM ...
- Mon Jul 10, 2017 3:05 pm
- Forum: OpenSim
- Topic: Matlab API compatible with Windows 10?
- Replies: 12
- Views: 1309
Re: Matlab API compatible with Windows 10?
I am using Matlab R2016a (I have also tried R2017a) and OpenSim 3.3. 64 bit everything. What do you mean by the log of the tool? The output log I assume is what you asked for: Constructing tool from setup file IKSetup.xml Loaded model EMP-noexo from file model.osim MODEL: EMP-noexo coordinates: 25 f...
- Mon Jul 10, 2017 12:44 pm
- Forum: OpenSim
- Topic: Matlab API compatible with Windows 10?
- Replies: 12
- Views: 1309
Matlab API compatible with Windows 10?
Hello, I have recently purchased a new laptop for running OpenSim simulations quicker and am a user of the Matlab API interface regularly. I have moved all my scripts from my old system (which runs Windows 7) to my new system (which runs Windows 10 pro). I was able to configure OpenSim and work with...