필터 지우기
필터 지우기

How to supress a warning message ?

조회 수: 1 (최근 30일)
Mallouli Marwa
Mallouli Marwa 2016년 6월 10일
댓글: Mallouli Marwa 2016년 6월 10일
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