首页 > 其他 > 详细

DIR - matlab函数

时间:2016-05-28 17:21:17      阅读:225      评论:0      收藏:0      [点我收藏+]

DIR List directory.

DIR directory_name lists the files in a directory. Pathnames and
wildcards may be used. For example, DIR *.m lists all the M-files
in the current directory.

D = DIR(‘directory_name‘) returns the results in an M-by-1
structure with the fields:
name -- Filename
date -- Modification date
bytes -- Number of bytes allocated to the file
isdir -- 1 if name is a directory and 0 if not
datenum -- Modification date as a MATLAB serial date number.
This value is locale-dependent.

See also what, cd, type, delete, ls, rmdir, mkdir, datenum.

Overloaded methods:
ftp/dir

DIR - matlab函数

原文:http://www.cnblogs.com/wangduo/p/5537833.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!