Is mwarray being phased out ?

조회 수: 3 (최근 30일)
Nitish
Nitish 2013년 8월 22일
답변: Chetan Rawal 2014년 1월 10일
I am starting a project with matlab/matalab compiler (R2013a). I will be creating a C/C++ shared library. is it recommended to use mxArray or mwArray as all the examples refer to mxArray now. and there is very little in terms of examples or documentation on mwArray. so is mwArray being phased out and is there benefits of using one over the other.

채택된 답변

Shashank Prasanna
Shashank Prasanna 2013년 8월 22일
They are different.
mxArray is for external interfaces. For example if you are interfacing MATLAB with legacy C code by calling it from MATLAB.
mwArray is for compiled/deployed applications on how the calling application calls MATLAB application:

추가 답변 (1개)

Chetan Rawal
Chetan Rawal 2014년 1월 10일
It is more of that the documentation link gets updated. Searching it on the doc page gives the right link than searching it over a broad web engine.
This is the latest one I was able to get to:

카테고리

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