필터 지우기
필터 지우기

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

조회 수: 2 (최근 30일)
Ashwin
Ashwin 2015년 4월 22일
답변: Navaneeth Raman 2015년 4월 23일
When we use Builder JA, is it possible to send data in C++ w/out converting them in MWArrays?

답변 (1개)

Navaneeth Raman
Navaneeth Raman 2015년 4월 23일
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

카테고리

Help CenterFile Exchange에서 Deploy to C++ Applications Using mwArray API (C++03)에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by