- Posts: 73
Matlab SDK Fix
- solarjoe
- Topic Author
Less
More
20 Feb 2013 01:07 #1349
by solarjoe
Matlab SDK Fix was created by solarjoe
Hello, just a litte fix for the Matlab Wrapper. In the file ssccall.m a you have to change the path so the 32-bit library is found, as there is no second subfolder "win32". Original: 10 if ( strcmp(computer(), 'PCWIN') ) 11 cd('win32'); 12 ssclib = 'win32/ssc32'; 13 else Modified: 10 if ( strcmp(computer(), 'PCWIN') ) 11 cd('win32'); 12 ssclib = 'ssc32'; 13 else Kind regards, Joe
Please Log in or Create an account to join the conversation.
- pgilman
Less
More
- Posts: 5447
22 Feb 2013 14:28 #1350
by pgilman
Replied by pgilman on topic Matlab SDK Fix
Thanks Joe.
For all of the language wrappers in the SDK, it is up to you to make sure that the path to the library file is correct for your computer.
Best regards,
Paul.
For all of the language wrappers in the SDK, it is up to you to make sure that the path to the library file is correct for your computer.
Best regards,
Paul.
Please Log in or Create an account to join the conversation.
- pgilman
Less
More
- Posts: 5447
13 Mar 2013 17:06 #1351
by pgilman
Replied by pgilman on topic Matlab SDK Fix
Hi Joe,
We've fixed a few issues with the MATLAB language wrapper, including the one you brought up. You can download the updated SDK Version 0.9 from the SDK page .
Best regards,
Paul.
We've fixed a few issues with the MATLAB language wrapper, including the one you brought up. You can download the updated SDK Version 0.9 from the SDK page .
Best regards,
Paul.
Please Log in or Create an account to join the conversation.
Moderators: pgilman