
Function c = real2text_rehape(rt) returns a cell-array, which has the original shape and contents of the input to function real2text_vectorise(). By other functions, each real has been replaced by a string with its text representation. Non-reals in the original input have not been changed. The input struct rt must have the following fields: rt.data (vectorised input as a one-dimensional cell-array, in which each finite and nonfinite real has been replaced by a string) rt.size (vector indicating the size of the original input) The output consists of: c (cell-array, which has the original shape and contents of the input, and in which each real has been replaced by a string with its text representation) (c) 2026 fabien van mook 2026.08.20 release of this file within package "fvm-real2text" under GNU GPLv3+