can we use MATLAB FUNCTION block for .m file for simulation?
7 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
run moves
le 23 Déc 2013
Réponse apportée : Kaustubha Govind
le 30 Déc 2013
Is it possible for .m file which has commands wavread and wavwrite in MATLAB FUNCTION BLOCK ?
0 commentaires
Réponse acceptée
Kaustubha Govind
le 30 Déc 2013
WAVREAD and WAVWRITE are not amongst the functions supported for code generation, so they're not directly supported in the MATLAB Function block, but if you don't plan to generate code from your model, you can declare them using coder.extrinsic and use them.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Simulink Coder dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!