Please enable JavaScript in your browser!
首頁
探索
說明
登入
reduce-algebra
/
mtt
镜像来自
git://github.com/reduce-algebra/mtt
關註
2
讚好
1
複刻
0
Files
問題管理
目錄樹:
476fe0339d
分支列表
標籤列表
master
version-0-1
5.0.2015.08.11
mtt
/
ntt
/
bin
/
trans
/
mttFileExists.m
mttFileExists.m
80 B
文件歷史
原始文件
1
2
3
4
5
function boolean = mttFileExists(filename)
boolean = exist(filename)==2 ;