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개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!