MATLAB Coder and sparse matrix
Afficher commentaires plus anciens
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!
Réponses (1)
Sean de Wolski
le 24 Avr 2014
Modifié(e) : Sean de Wolski
le 24 Avr 2014
0 votes
MATLAB Coder does not support sparse at this time.
You could generate code for just the parts that don't use sparse matrices.
1 commentaire
ryan
le 28 Avr 2014
Catégories
En savoir plus sur MATLAB Coder dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!