Warning: Name is nonexistent or not a directory
이전 댓글 표시
Hi guys,
Every time I run my script I got at the following Warning:
"Warning: Name is nonexistent or not a directory: functions > In path at 110 In addpath at 87 In Fixed_parameter_Normal_Wishart at 13"
In my code-script I am adding the file in the path by using the command: addpath('functions')
What is going wrong here????
Many thanks
댓글 수: 4
José-Luis
2014년 9월 11일
Please try
exists('your_file')
Star Strider
2014년 9월 11일
5 name is a built-in MATLAB function.
Name ‘functions’ something else.
Panty
2014년 9월 11일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Call MATLAB from C에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!