MATLAB Coder and sparse matrix

조회 수: 4 (최근 30일)
ryan
ryan 2014년 4월 24일
댓글: ryan 2014년 4월 28일
Hi all,
I found MATLAB Coder to be fancy and can speedup the Matlab codes much in some cases by converting Matlab codes into C/C++/MEX. But it seems that it does not support sparse matrix, for example, the function sparse(). However, sparse matrix is used in my codes as the dimension of matrix can be huge and it is indeed sparse... Does anyone have idea about this problem and how can I overcome this? Many thanks!

답변 (1개)

Sean de Wolski
Sean de Wolski 2014년 4월 24일
편집: Sean de Wolski 2014년 4월 24일
MATLAB Coder does not support sparse at this time.
You could generate code for just the parts that don't use sparse matrices.

카테고리

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