fn_num2str

Contents

Syntax

s = fn_num2str(x[,'cell'][,'quotestrings'][,'format'])

Description

convert numerical value x into a string representation... unless s is
already a character array!
use the 'cell' flag to make the output a cell array (the same size as x)
See also fn_str2double, fn_strcat, fn_chardisplay

Source

Thomas Deneux

Copyright 2007-2017