Is it possible to send data into MATLAB without converting to MWArrays?

1 vue (au cours des 30 derniers jours)
Ashwin
Ashwin le 22 Avr 2015
When we use Builder JA, is it possible to send data in C++ w/out converting them in MWArrays?

Réponses (1)

Navaneeth Raman
Navaneeth Raman le 23 Avr 2015
Hi,
When you are using Builder JA, you are interacting with Java code and not with C++ code since it lets you convert MATLAB code to Java classes. That being said, this documentation might be of help which discusses about manual conversion (which uses MWArrays etc) and automatic conversion(where you can pass primitive Java object) of data types.
HTH,
Navaneeth

Catégories

En savoir plus sur Deploy to C++ Applications Using mwArray API (C++03) dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by