Azzera filtri
Azzera filtri

How to supress a warning message ?

1 visualizzazione (ultimi 30 giorni)
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 ?

Risposta accettata

Azzi Abdelmalek
Azzi Abdelmalek il 10 Giu 2016
Modificato: Azzi Abdelmalek il 10 Giu 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"

Più risposte (0)

Categorie

Scopri di più su Debugging and Analysis in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by