Azzera filtri
Azzera filtri

How to return a vector from C++ MEX to MATLAB?

17 visualizzazioni (ultimi 30 giorni)
R. R.
R. R. il 29 Giu 2021
Risposto: Swatantra Mahato il 2 Lug 2021
Hello All,
I'm trying to return an array from C++ MEX file to MATLAB,
I can return a scalar value when I use "outputs[0] = factory.createScalar(SCALAR VALUE);"
Is there anything similar but return an array instead of scalar?
Thanks

Risposte (1)

Swatantra Mahato
Swatantra Mahato il 2 Lug 2021
Hi,
Kindly refer to the following documentation link for examples on how to use arrays from a C++ mex file in MATLAB
Hope this helps

Categorie

Scopri di più su Write C Functions Callable from MATLAB (MEX Files) in Help Center e File Exchange

Prodotti


Release

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by