필터 지우기
필터 지우기

mxarray error

조회 수: 2 (최근 30일)
ECE09 ITBHU
ECE09 ITBHU 2011년 8월 6일
이동: Sabin 2024년 1월 25일
given below is a part of the code i am writing for kalman filter but got error while converting from .m to .c/.c++
>> white_gauss=wgn(1,37000,20); q1=cov(white_gauss); q2=cov(white_gauss); q3=cov(white_gauss);
%declaration of priori values loop_count=12; L=loop_count; Q=[q1(L) q2(L) q3(L)] >>> and got following error while converting from .m to .c using matlab coder.
"Subscripting into an mxArray is not supported. "
>>how to avoid it?

답변 (1개)

Kaustubha Govind
Kaustubha Govind 2011년 8월 10일
이동: Sabin 2024년 1월 25일
This is a duplicate of http://www.mathworks.com/matlabcentral/answers/13297-subscripting-into-an-mxarray
Please delete this question.

이 질문은 마감되었습니다.

카테고리

Help CenterFile Exchange에서 MATLAB Coder에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by