Function [c,rt] = real2text(r)
[c,rt] = real2text(rt)
[c,rt] = real2text(r,rt)
replaces reals in r by their text representations,
and returns a cell-array.
The input argument r is a numerical scalar, vector,
matrix or cell-array; as a cell-array, it may contain
different data types.
Alternatively, the input data may also be given
within rt.data, by struct rt, if it is the first
input argument.
Options for the conversion from a real number
to text are input via the struct in input argument rt
or via property-value pairs.
The function internally calls the functions/m-files:
real2text_vectorise()
nonfinite()
real2text_sprintf()
real2text_decompose()
real2text_decomp_str()
real2text_simplify()
real2text_compose()
real2text_reshape()
(c) 2026 fabien van mook
2026.08.20 release of this file within package "fvm-real2text" under GNU GPLv3+