Please enable JavaScript in your browser!
Accueil
Explorer
Aide
Connexion
reduce-algebra
/
mtt
miroir de
git://github.com/reduce-algebra/mtt
Suivre
2
Voter
1
Fork
0
Fichiers
Tickets
Branche:
master
Branches
Tags
master
version-0-1
5.0.2015.08.11
mtt
/
ntt
/
bin
/
trans
/
mttFileExists.m
mttFileExists.m
80 B
Lien permanent
Historique
Raw
1
2
3
4
5
function boolean = mttFileExists(filename)
boolean = exist(filename)==2 ;