Can C program be converted to Matlab ?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Can C program be converted to Matlab ?
0 commentaires
Réponse acceptée
manoj saini
le 23 Fév 2013
ya using MEX file.....we can convert it into MATLAB
1 commentaire
Walter Roberson
le 23 Fév 2013
That does not convert it to MATLAB, but it does make it possible for MATLAB to make use of the C code.
Plus de réponses (1)
Jan
le 24 Fév 2013
Yes, both languages have the same power.
A manual conversion can be a big piece of work or very easy. Do you mean an automatic conversion?
3 commentaires
Walter Roberson
le 24 Fév 2013
Translating pointers would be tricky, but basic concepts such as "for" loops are the same in most programing languages.
Voir également
Catégories
En savoir plus sur Scope Variables and Generate Names dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!