Please enable JavaScript in your browser!
Home
Esplora
Aiuto
Accedi
reduce-algebra
/
mtt
mirror da
git://github.com/reduce-algebra/mtt
Segui
2
Vota
1
Forka
0
File
Problemi
Ramo (Branch):
master
Rami (Branch)
Tag
master
version-0-1
5.0.2015.08.11
mtt
/
ntt
/
bin
/
trans
/
mttFileExists.m
mttFileExists.m
80 B
Permalink
Cronologia
Originale
1
2
3
4
5
function boolean = mttFileExists(filename)
boolean = exist(filename)==2 ;