mxarray error
2 ビュー (過去 30 日間)
古いコメントを表示
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?
0 件のコメント
回答 (1 件)
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.
0 件のコメント
この質問は閉じられています。
参考
カテゴリ
Help Center および File Exchange で MATLAB Compiler についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!