Feeds
提问
Error while compiling mex wrapper in debug mode
Hello, i am using MATLAb 2011 b 32 bit . and MSVC 2011 EXpress edition. ( SDK 7.0) 1) Now, i have 3 static libraries built i...
13 years 前 | 2 个回答 | 1
2
个回答已回答
MATLAB 2011a 32 bit on XP + MSVC 2008 express edition compiler
Thanks for the answer.
MATLAB 2011a 32 bit on XP + MSVC 2008 express edition compiler
Thanks for the answer.
13 years 前 | 0
提问
MATLAB 2011a 32 bit on XP + MSVC 2008 express edition compiler
Hello guys, I am using Matlab 32 bit R2011a on a 32 bit xp machine. Now, i installed the msvc express edition 2008 with serv...
13 years 前 | 2 个回答 | 0
2
个回答已回答
Mex file crash on Windows 64bit environment
Thanks all for the answers. Well the issue was bool was 1 byte and my platform file defined it as 4 bytes!.
Mex file crash on Windows 64bit environment
Thanks all for the answers. Well the issue was bool was 1 byte and my platform file defined it as 4 bytes!.
14 years 前 | 0
已回答
Mex file crash on Windows 64bit environment
Ok, i created a simple .c file to isolate the issue #include <math.h> #include <mex.h> #define Data_o ...
Mex file crash on Windows 64bit environment
Ok, i created a simple .c file to isolate the issue #include <math.h> #include <mex.h> #define Data_o ...
14 years 前 | 0
已回答
Mex file crash on Windows 64bit environment
Ok, is there anyway i can determine the total size of the allocated memory? For example %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%...
Mex file crash on Windows 64bit environment
Ok, is there anyway i can determine the total size of the allocated memory? For example %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%...
14 years 前 | 0
已回答
Mex file crash on Windows 64bit environment
Hi Jan, Thanks for the reply. I used %x format specifier to print the address. I will examine my code again today before po...
Mex file crash on Windows 64bit environment
Hi Jan, Thanks for the reply. I used %x format specifier to print the address. I will examine my code again today before po...
14 years 前 | 0
提问
Mex file crash on Windows 64bit environment
Hi, I am developing a piece of code inside a mex function. I output interface is something like this Output = mxCreate...
14 years 前 | 7 个回答 | 0
