Christopher Grose
Followers: 0 Following: 0
Statistics
7 Questions
0 Answers
RANK
28 305
of 295 673
REPUTATION
1
CONTRIBUTIONS
7 Questions
0 Answers
ANSWER ACCEPTANCE
57.14%
VOTES RECEIVED
1
RANK
of 20 262
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154 257
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
Feeds
Question
Pass pointer to scalar variable in mex function
I am having trouble passing a pointer to a scalar variable in a MEX function. The ability to modify variables in the C function ...
mer än 5 år ago | 1 answer | 1
1
answerQuestion
How to use mxCreateNumericArray
I am building a mex function, but am having difficulty creating a vector of integers. My code throws about 10 errors, all of whi...
mer än 5 år ago | 1 answer | 0
1
answerQuestion
Multidimensional arrays do not work in mex functions?
I am slowly trying to integrate C/C++ functions into my MATLAB code, but I always have trouble with multidimensional arrays.. I ...
mer än 5 år ago | 1 answer | 0
1
answerQuestion
How to have multiple matlab instances access MEX function files
I am using C/C++ based MEX files to accelerate some matlab functions. However, a problem is that my codes are ultimately meant t...
nästan 6 år ago | 1 answer | 0
1
answerQuestion
How to input and output variable in mex function
I want to input an array into a mex function, modify the array, and then output the array without changing the variable name. My...
nästan 6 år ago | 1 answer | 0
1
answerQuestion
Get handle of subplot with CData
The following throws a 'There is no CData property on the Axes class' error, but I don't know how to resolve it. % initiate ...
ungefär 6 år ago | 1 answer | 0
1
answerQuestion
How to output a mexFunction input without copy
How do I define an output vector as an input vector which has been modified in a C routine called by the mex function? For ex...
ungefär 6 år ago | 2 answers | 0