exist('api') shows incorrectly have api directory
    3 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
exist('api','dir') shows I have api dir while I do not have. Why ? (I have MatlabR2010a on WIN7)
0 Commenti
Risposte (1)
  Walter Roberson
      
      
 il 13 Ott 2012
        Notice this part of the documentation:
If a file or folder is not on the search path, then name must specify either a full pathname, a partial pathname relative to MATLABPATH, a partial pathname relative to your current folder, or the file or folder must reside in your current working folder.
This suggests that not just the current directory is checked.
0 Commenti
Vedere anche
Categorie
				Scopri di più su File Operations in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!