photo

Tommy Thomasson


Last seen: 7 months ago Active since 2018

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

2 Questions
1 Answer

RANK
112,427
of 300,343

REPUTATION
0

CONTRIBUTIONS
2 Questions
1 Answer

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20,926

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,172

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Answered
Can I pass a pointer to a matrix created in MATLAB to C via a MEX file and change the data in it?
Make the second to last line in step 2 this and it will work: workOnExistingMatrix(mxGetPr(prhs[0])); Here's the correct...

7 years ago | 0

| accepted

Question


Why doesn't the MEX function call from MATLAB match the signature in the MEX file?
After completing the "Create A C Source MEX File" tutorial <https://www.mathworks.com/help/matlab/matlab_external/standalone-exa...

7 years ago | 2 answers | 0

2

answers

Question


Can I pass a pointer to a matrix created in MATLAB to C via a MEX file and change the data in it?
In MATLAB I would like to create an 1xN array of zeros, pass it to a C routine as an input argument, have the C routine update t...

7 years ago | 2 answers | 0

2

answers