Warning: Name is nonexistent or not a directory
Afficher commentaires plus anciens
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 commentaires
José-Luis
le 11 Sep 2014
Please try
exists('your_file')
Star Strider
le 11 Sep 2014
5 name is a built-in MATLAB function.
Name ‘functions’ something else.
Panty
le 11 Sep 2014
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Search Path dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!