libpointer('MATLAB arrayPtr')
9 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で C Matrix API についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!