|
|
| File Information |
| Description |
STR = CELL2STR(CELLSTR) converts the 2-D cell-string CELLSTR to a MATLAB string so that EVAL(STR) produces the original cell-string.
Works as corresponding MAT2STR but for cell array of strings instead of scalar matrices.
Example
cellstr = {'U-234','Th-230'};
cell2str(cellstr) produces the string '{''U-234'',''Th-230'';}'. |
| MATLAB release |
MATLAB 7.2 (R2006a)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (3) |
| 06 May 2008 |
Alfredo IƱigo
|
|
|
| 22 May 2008 |
Virginia Woods
|
|
|
| 06 Jan 2009 |
Craig Derian
|
|
|
| Updates |
| 20 Feb 2007 |
Updated bug if any string in cell-string consisted of a '-character. |
|
Contact us at files@mathworks.com