Clear Filters
Clear Filters

How to supress a warning message ?

1 view (last 30 days)
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 ?

Accepted Answer

Azzi Abdelmalek
Azzi Abdelmalek on 10 Jun 2016
Edited: Azzi Abdelmalek on 10 Jun 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"

More Answers (0)

Categories

Find more on Debugging and Analysis in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!