#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) |
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().
octave_value_list Fnum2hex | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 304 of file hex2num.cc.
References error(), octave_value::is_double_type(), octave_value::is_single_type(), octave_value::iscomplex(), and print_usage().
Definition at line 92 of file hex2num.cc.
Definition at line 247 of file hex2num.cc.