photo

Kishore


Texas Instruments Inc

Active since 2011

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

3 Questions
6 Answers

RANK
23,877
of 300,904

REPUTATION
1

CONTRIBUTIONS
3 Questions
6 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
1

RANK
 of 21,108

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 171,602

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


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 ago | 2 answers | 1

2

answers

Answered
MATLAB 2011a 32 bit on XP + MSVC 2008 express edition compiler
Thanks for the answer.

13 years ago | 0

Question


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 ago | 2 answers | 0

2

answers

Answered
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 ago | 0

Answered
Mex file crash on Windows 64bit environment
hmm.,i am using MS Studio 2010.

14 years ago | 0

Answered
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 ago | 0

Answered
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 ago | 0

Answered
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 ago | 0

Question


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 ago | 7 answers | 0

7

answers