libpointer('MATLAB arrayPtr')

11 Ansichten (letzte 30 Tage)
Milos
Milos am 24 Okt. 2017
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

Antworten (0)

Kategorien

Mehr zu C Matrix API finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by