CELL2STR
Version 1.0.0.0 (486 Bytes) by
Daniel Claxton
CELL2STR converts a cell array of strings into a character array.
3.4K Downloads
Updated
8 Mar 2009
No License
CELL2STR converts a cell array of strings into a character array. The resulting character array is possible by padding the strings in each row with spaces.
Example
str = {'this' 'is' 'a' 'test' 'of' 'cell' '2' 'str'};
cell2str(str)
Cite As
Daniel Claxton (2025). CELL2STR (https://www.mathworks.com/matlabcentral/fileexchange/23229-cell2str), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2007a
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- MATLAB > Language Fundamentals > Data Types > Characters and Strings >
- MATLAB > Language Fundamentals > Data Types > Cell Arrays >
Find more on Characters and Strings in Help Center and MATLAB Answers
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 |