error with coder.type('constant',value)
Afficher commentaires plus anciens
When I I get this error when I declare variable 'a' and 'b' as constants and take max(a,b):
Undefined function 'max' for input arguments of type 'coder.Constant'
Is there a way to get round this since 'a' and 'b' are really constants in my code?
Thank you!
1 commentaire
Azzi Abdelmalek
le 31 Juil 2013
How did you declare them as a constant?
Réponse acceptée
Plus de réponses (0)
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!