Joel Andersson
Joel Andersson
I have no experience with the MATLAB newsgroup. I have only used MATLAB Answers. Anyway, not sure what we should ask them. Show our proposed solution and ask if there...
So, just to clarify, the the property approach would not work if you try to wrap something like this: ``` c++ struct Foo { int prop; }; struct Bar {...
Also does not appear to work for Octave: Does not work for ":" arguments, e.g. `v(:, i)`
@KrisThielemans @ibell @tesch1 - any objections?
This won't influence that. There would still be a "MATLAB double"-to-"C++ int" input typemap. We are talking about how to define the output typemap.
Hi! I did not look into `matlab/carray.i`, so if you are willing to do that, go ahead. So far, I think there are only typemaps for e.g. scalars and vectors....
There are several issues with this pull request: * The code you wrote is C++. The MATLAB module should be valid C and valid C++. * Adding dynamic memory allocation...
There is still a memory leak. If "alloc" is false, where will the buffer be deallocated?
Note that what the end users sees is the package name, not the module name.
Ping @KrisThielemans