GNU Octave  4.2.1
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 | Variables
strfns.cc File Reference
#include <cctype>
#include <queue>
#include <sstream>
#include "dMatrix.h"
#include "Cell.h"
#include "defun.h"
#include "error.h"
#include "errwarn.h"
#include "ov.h"
#include "ovl.h"
#include "unwind-prot.h"
#include "utils.h"
#include "oct-string.h"
Include dependency graph for strfns.cc:

Go to the source code of this file.

Functions

OCTAVE_EXPORT octave_value_list Fchar (const octave_value_list &args, int) character matrices
 
OCTAVE_EXPORT
octave_value_list or cell
arrays Arguments are
concatenated vertically The
returned values are padded
with blanks as needed to make
each row of the string array
have the same length Empty
input strings are significant
and will concatenated in the
output For numerical each
element is converted to the
corresponding ASCII character
A range error results if an
input is outside the ASCII 
range (0-255).For cell arrays
 

Variables

OCTAVE_EXPORT
octave_value_list or cell
arrays Arguments are
concatenated vertically The
returned values are padded
with blanks as needed to make
each row of the string array
have the same length Empty
input strings are significant
and will concatenated in the
output For numerical 
input
 

Function Documentation

OCTAVE_EXPORT octave_value_list Fchar ( const octave_value_list args,
int   
)

Referenced by install_strfns_fcns().

OCTAVE_EXPORT octave_value_list or cell arrays Arguments are concatenated vertically The returned values are padded with blanks as needed to make each row of the string array have the same length Empty input strings are significant and will concatenated in the output For numerical each element is converted to the corresponding ASCII character A range error results if an input is outside the ASCII range ( 0-  255)

Variable Documentation

OCTAVE_EXPORT octave_value_list or cell arrays Arguments are concatenated vertically The returned values are padded with blanks as needed to make each row of the string array have the same length Empty input strings are significant and will concatenated in the output For numerical input

Definition at line 79 of file strfns.cc.