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年以上 前 | 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年以上 前 | 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年以上 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 7 件の回答 | 0
