GNU Octave  3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
ov-typeinfo.cc File Reference
#include "Array.h"
#include "singleton-cleanup.h"
#include "defun.h"
#include "error.h"
#include "ov-typeinfo.h"
Include dependency graph for ov-typeinfo.cc:

Go to the source code of this file.

Functions

 DEFUN (typeinfo, args,,"-*- texinfo -*-\n\ @deftypefn {Built-in Function} {} typeinfo ()\n\ @deftypefnx {Built-in Function} {} typeinfo (@var{expr})\n\ \n\ Return the type of the expression @var{expr}, as a string. If\n\ @var{expr} is omitted, return an cell array of strings containing all the\n\ currently installed data types.\n\ @end deftypefn")

Function Documentation

DEFUN ( typeinfo  ,
args   
)