where is writable directory in matlab?....how to make this directory outside the bin folder in matlab?
    2 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
where is writable directory in matlab?....how to make this directory outside the bin folder in matlab?
1 Kommentar
  dpb
      
      
 am 7 Dez. 2014
				Need some context here, methinks to make much sense of this question.
The ability to write in a directory isn't a Matlab property; it's dependent solely upon your installation and administrator-set rights to have access to any particular drive/directory/subdirectory (to use Windows nomenclature since you gave no hints).
Look at the various information in the Matlab documentation beginning with
doc path
doc pathtool
The path tool is available as a "Set Path" icon on the toolbar...
Antworten (1)
  Image Analyst
      
      
 am 7 Dez. 2014
        In Windows you can't write to file if it's under the Program Files folder or subfolders. There are also certain other folders that you can't use, like c:\users (but some subfolders of that are okay). Just make sure you specify a folder that you can write to.
0 Kommentare
Siehe auch
Kategorien
				Mehr zu Search Path finden Sie in Help Center und File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


