How to initialize an mxArray **

조회 수: 8 (최근 30일)
Steven Joseph Ceniza
Steven Joseph Ceniza 2018년 2월 21일
댓글: Steven Joseph Ceniza 2018년 2월 22일
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 CenterFile Exchange에서 MATLAB Compiler SDK에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by