Matlab

Post your MATLAB discussions here
Hitesh

Re: Matlab

Post by Hitesh »

Please check if you are using the correct 32-bit or 64-bit dll with your version of MATLAB.

If you are using prototype files to load the library, then you need to have generated a separate prototype file for the 64-bit MATLAB.

I hope this helps.

Gustav
Newbie
Posts: 1
Joined: Sat Jan 23, 2010 1:33 pm

Re: Matlab

Post by Gustav »

Can you be a little more detail about what to do? It sounds interesting, but it also sounds Greek.

Hitesh

Re: Matlab

Post by Hitesh »

Hi Gustav,

Please ensure that the paths to the dlls are setup correctly.

The error is an indication that you are using either a 64-bit dll with 32-bit MATLAB or vice versa.

For MATLAB 64-bit, you will also need the Windows 7.1 SDK compiler.

Regards,

Post Reply