How to supress a warning message ?

1 次查看(过去 30 天)
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 ?

采纳的回答

Azzi Abdelmalek
Azzi Abdelmalek 2016-6-10
编辑:Azzi Abdelmalek 2016-6-10
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"

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Debugging and Analysis 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by