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