GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
hex2num.cc File Reference
#include "defun.h"
#include "error.h"
#include "errwarn.h"
#include "mach-info.h"
#include "ov.h"
#include "ovl.h"
#include "utils.h"

Go to the source code of this file.

Functions

octave_value_list Fhex2num (const octave_value_list &args, int)
 
octave_value_list Fnum2hex (const octave_value_list &args, int)
 
template<typename T >
Array< T > hex2num (const Array< std::string > &val, bool swap_bytes)
 
template<typename T >
Cell num2hex (const Array< T > &v, bool swap_bytes)
 

Function Documentation

◆ Fhex2num()

octave_value_list Fhex2num ( const octave_value_list args,
int   
)

Definition at line 159 of file hex2num.cc.

References octave_value::length(), and print_usage().

◆ Fnum2hex()

◆ hex2num()

template<typename T >
Array<T> hex2num ( const Array< std::string > &  val,
bool  swap_bytes 
)

Definition at line 92 of file hex2num.cc.

◆ num2hex()

template<typename T >
Cell num2hex ( const Array< T > &  v,
bool  swap_bytes 
)

Definition at line 247 of file hex2num.cc.