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