How do I change from Cell to String?

1 次查看(过去 30 天)
Nimrodb
Nimrodb 2013-2-16
I think that this is my problem at this case.
Code:
Array = [{Name} {Data(1,2)}]
Result:
Array=
'John' {1x1 cell}
What I want is:
'John' 'Doe'

回答(2 个)

Azzi Abdelmalek
Azzi Abdelmalek 2013-2-16
[Array{1} Array{2} ]

Jan
Jan 2013-2-17
Array = {Name, Data{1,2}}

类别

Help CenterFile Exchange 中查找有关 Characters and Strings 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by