How to check it is a folder or not in MatLab? - isfolder -- MatLab
How to check it is a folder or not in MatLab? - isfolder -- MatLab
How to check it is a folder or not in MatLab?
[Ans]
isfolder
[syntax]
result=isfolder(<name>)
[description]
If <name> is a folder return true (logical 1). otherwise , return false (logical 0).
more details on:
Comments
Post a Comment