已回答
Matlab Engine for C - Passing Arrays
Awesome, thanks guys! :)

7 years 前 | 0

提问


Matlab Engine for C - Passing Arrays
Hi, I am trying to make a simple Matlab Engine app, and am running into difficulties working out how to pass arrays. The code i...

7 years 前 | 4 个回答 | 0

4

个回答

提问


Matlab coder, cell arrays and intrinsic functions
Hi, I am trying to use Matlab coder to generate some C, where a cell array of variable size is populated with arrays of doubl...

7 years 前 | 0 个回答 | 0

0

个回答

提问


Matlab Engine / Linux problem - Linker Errors...
Hi, I'm trying to compile a simple Matlab engine app, and am hitting some linker problems. I'm trying to use the Engine in ...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Variable types in coder generated C - use in existing C codes
Hi, I want to use Coder to translate some functions into C, then I want to use the generated code in other native C programs....

7 years 前 | 2 个回答 | 0

2

个回答

已回答
running python script in matlab
HI, I haven't tried this, but one approach I have seen is to embed a Python interpreter in C, and then to call this as a mex ...

7 years 前 | 0

提问


Matlab Coder and OpenMP
Hi, I want to mex a function which contains a 'parfor' loop. 'Mex -setup' tells me I'm using 'Intel C++ Composer XE 2013 with...

7 years 前 | 1 个回答 | 0

1

个回答

已回答
Simple newbie C mex question..
Hi James, Okay..... I got something that actually runs with my test problem (6.33 seconds single threaded, 2.12 seconds OMP! :-...

8 years 前 | 0

已回答
Simple newbie C mex question..
(This is with R2015b on Windows 7, with Visual Studio 2013 by the way)

8 years 前 | 0

已回答
Fortran MEX using Cell arrays - crashing Matlab..
Ah now I see.... that's awesome James, thank you so much. I will give it a go. What is then the correct way of outputting the f...

8 years 前 | 0

已回答
Fortran MEX using Cell arrays - crashing Matlab..
Actually, I'm not so sure. This seems to work, in that when watching in the debugger, the actual 'real valued' array does turn ...

8 years 前 | 0

提问


Fortran MEX using Cell arrays - crashing Matlab..
Hi, I am trying to learn how to use cell arrays in Mex functions. I've written a simple test function below, which should take ...

8 years 前 | 4 个回答 | 0

4

个回答

已回答
Simple newbie C mex question..
Hi James, Well, I switched back to Fortran and I thought I had it worked out, but unfortunately I'm still not getting anywhere....

8 years 前 | 0

已回答
Simple newbie C mex question..
Thanks James for your help.... I am a Matlab coder, not a C one, so I'm really not used to thinking about pointers. I've been t...

8 years 前 | 0

提问


Simple newbie C mex question..
Hi, I'm (very) new to C and need to write a C++ mex file that inputs and outputs some cell arrays. So, I'm trying to get my hea...

8 years 前 | 5 个回答 | 0

5

个回答

提问


Indexing (or maybe cellfun?) problem - appending numbers from a vector to rows/cols of cell array
Hi Suppose I have a cell array of doubles.... a = { [1] [2] [3] ; [4] [5] [6] } If I also have a vector.... b = {[6]...

11 years 前 | 1 个回答 | 0

1

个回答