libpointer('MATLAB arrayPtr')

9 次查看(过去 30 天)
Milos
Milos 2017-10-24
Trying to set variable Comp_out (type mxArray** )for return value from external dll. This gives an error: Comp_out =libpointer('MATLAB arrayPtr') Type was not found.
Error in libpointer (line 17) ptr=lib.pointer(varargin{:});
Yet, this gives no error, but returns nothing:
Comp_out =libpointer('MATLAB array')
Comp_out =
libpointer

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 C Matrix API 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by