Borrar filtros
Borrar filtros

How to supress a warning message ?

1 visualización (últimos 30 días)
Mallouli Marwa
Mallouli Marwa el 10 de Jun. de 2016
Comentada: Mallouli Marwa el 10 de Jun. de 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 ?

Respuesta aceptada

Azzi Abdelmalek
Azzi Abdelmalek el 10 de Jun. de 2016
Editada: Azzi Abdelmalek el 10 de Jun. de 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"

Más respuestas (0)

Categorías

Más información sobre Debugging and Analysis en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by