Please enable JavaScript in your browser!
Inicio
Explorar
Axuda
Iniciar sesión
reduce-algebra
/
mtt
réplica de
git://github.com/reduce-algebra/mtt
Seguir
2
Destacar
1
Fork
0
Ficheiros
Incidencias
Árbore:
476fe0339d
Ramas
Etiquetas
master
version-0-1
5.0.2015.08.11
mtt
/
ntt
/
bin
/
trans
/
mttFileExists.m
mttFileExists.m
80 B
Histórico
Raw
1
2
3
4
5
function boolean = mttFileExists(filename)
boolean = exist(filename)==2 ;