OptFEM2D  0.1
Matlab optimized FEM2D
 All Files Functions Groups Pages
isOctave.m
Go to the documentation of this file.
1 function bool=isOctave()
2 log=ver;
3 bool=strcmp(log(1).Name,'Octave');