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 ?
0 个评论
采纳的回答
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 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!