How to initialize an mxArray **

8 ビュー (過去 30 日間)
Steven Joseph Ceniza
Steven Joseph Ceniza 2018 年 2 月 21 日
One of the parameters of the function that was compiled by matlab compiler has an mxArray , how do I set up one? Because the generated output has erroneous values.

採用された回答

Kojiro Saito
Kojiro Saito 2018 年 2 月 21 日
I think this document would help.
mxArray should be defined as a pointer.
mxArray *a;
  1 件のコメント
Steven Joseph Ceniza
Steven Joseph Ceniza 2018 年 2 月 22 日
Thank you very much, apparently the parameter with the data type of mxArray was the output of the function. Though this part of my source code has been rectified the output of the function still resulted with erroneous output. Does it have to do with the large matrices input? Currently I have a 97320240 x 14 matrix.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMATLAB Compiler SDK についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by