How to supress a warning message ?

4 vues (au cours des 30 derniers jours)
Mallouli Marwa
Mallouli Marwa le 10 Juin 2016
Commenté : Mallouli Marwa le 10 Juin 2016
Hi When i open matlab i have this warning message :
Function max has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.
Please how can i avoid it ?

Réponse acceptée

Azzi Abdelmalek
Azzi Abdelmalek le 10 Juin 2016
Modifié(e) : Azzi Abdelmalek le 10 Juin 2016
You have created a function called max.m which is the same name as a built-in Matlab function. Go in your current folder, and rename the function max with another name, for example "maximum"
  1 commentaire
Mallouli Marwa
Mallouli Marwa le 10 Juin 2016
Thanks a lot

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Debugging and Analysis 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!

Translated by