array2str(A,Delimit​er)

版本 1.0.0.0 (996 字节) 作者: Sugato
This function creates a delimiter-separated list (string) of the rows in the array A.
39.0 次下载
更新时间 2017/8/12

查看许可证

Function Description:
This function creates a delimiter-separated list (string) of the rows in the array A.

AUTHOR: Sugato Ray | Created on: 25-APR-2017 | ray.sugato[at]gmail.com

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
PLEASE ACKNOWLEDGE THE AUTHOR IF YOU USE THIS CODE
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

INPUT:
A = array
Delimiter = ',' is default. => This creates a CSV String.
The user could choose any characher as the delimiter.

OUTPUT:
S = delimiter separated list (string) of the rows of A.

EXAMPLE:
S = array2str(A,Delimiter);

引用格式

Sugato (2025). array2str(A,Delimiter) (https://ww2.mathworks.cn/matlabcentral/fileexchange/64100-array2str-a-delimiter), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2016a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Characters and Strings 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0

Updated description.