Matlab 2015a Path Warning

조회 수: 1 (최근 30일)
Daniel
Daniel 2015년 8월 7일
편집: Walter Roberson 2015년 8월 7일
When adding a folder to the path using the path.m function, I get the following warning if the folder is already on the path. Since I add the path in a program, if I run the program twice I get this warning. This problem did not occur with earlier versions of Matlab. (I am running on a Mac).
The warning is: Warning: Function assert has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict. > In path (line 109)

답변 (1개)

Daniel
Daniel 2015년 8월 7일
편집: Walter Roberson 2015년 8월 7일
To reproduce the error simply type:
path(path,'..')
path(path,'..')

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by