matlab dir数,DIR - matlab函数
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
原文:http://www.cnblogs.com/wangduo/p/5537833.html
創作挑戰賽新人創作獎勵來咯,堅持創作打卡瓜分現金大獎總結
以上是生活随笔為你收集整理的matlab dir数,DIR - matlab函数的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: centos php fpm 停止_如何
- 下一篇: MATLAB元胞自动机报告,元胞自动机概