Posts

Showing posts with the label folder

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: Determine if input is folder - MATLAB isfolder (mathworks.com)