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
hex2num.cc File Reference
#include <algorithm>
#include "defun.h"
#include "error.h"
#include "errwarn.h"
#include "ovl.h"
#include "utils.h"
Include dependency graph for hex2num.cc:

Go to the source code of this file.

Functions

OCTAVE_EXPORT octave_value_list Fhex2num (const octave_value_list &args, int) ode
 
treats each row as a separate
number xample roup 
hex2num (["4005bf0a8b145769";"4024000000000000"]) esult
 

Variables

nd group nd example The
optional argument 
ar {class} can be passed as the string code{"single"} to specify that the given string should be interpreted as a single precision number. In this case
 

Function Documentation

OCTAVE_EXPORT octave_value_list Fhex2num ( const octave_value_list args,
int   
)

Definition at line 66 of file hex2num.cc.

Referenced by install_hex2num_fcns().

treats each row as a separate number xample roup hex2num ( )

Variable Documentation

nd group nd example The optional argument ar {class} can be passed as the string code{"single"} to specify that the given string should be interpreted as a single precision number. In this case

Definition at line 66 of file hex2num.cc.