photo

Christopher Grose


Last seen: oltre 3 anni fa Attivo dal 2018

Followers: 0   Following: 0

Statistica

  • Thankful Level 2
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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 ...

quasi 5 anni fa | 1 risposta | 1

1

risposta

Domanda


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...

circa 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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 ...

circa 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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 ...

quasi 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

quasi 6 anni fa | 2 risposte | 0

2

risposte