libpointer('MATLAB arrayPtr')
8 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su C Matrix API in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!