Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
NCTM or The Math Forum.
|
|
Jason S
Posts:
57
Registered:
2/23/05
|
|
num2cellstr
Posted:
Oct 28, 2008 4:21 PM
|
|
is there a function that converts an array of numbers to a cell array of strings? num2cell converts array of numbers -> cell array of numbers num2str converts array of numbers -> char array (but not cell array)
I suppose I can do this easily, it just seems like an obvious idea for a builtin function
|
|
|
|