MESH toolbox
0.1
Matlab/Octave mesh utils
Main Page
Related Pages
Modules
Files
File List
File Members
All
Files
Functions
Groups
Pages
isOctave.m
Go to the documentation of this file.
1
function
bool
=
isOctave
()
2
%
function
bool
=
isOctave
()
3
%
return
true
if
running under Octave
4
log=ver;
5
bool
=strcmp(log(1).Name,
'Octave'
);
base
isOctave.m
Generated on Tue Jan 8 2013 15:27:53 for MESH toolbox by
1.8.2