| Contents | Index |
tf = isdir('A')
tf = isdir('A') returns logical 1 (true) if A is a folder. Otherwise, it returns logical 0 (false).
Run:
tf=isdir('myfiles/results')MATLAB returns
tf = 1
indicating that myfiles/results is a folder.

Explore how to use MATLAB to make advancements in engineering and science.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |