Posts

Showing posts with the label look

How to look at specific file in specific direction in MatLab? - dir -- MatLab

 How to look at specific file in specific direction in MatLab? - dir -- MatLab  How to look at specific file in specific direction in MatLab? [Ans] dir [syntax] dir  list current existing file in current path. dir <name> list=dir(<'name'>) dir(<'name'>) they are equivalent. list current existing file under the folder which name is <name>. more details on: List folder contents - MATLAB dir (mathworks.com)