is there a way to combine a cell array element and a string array into 1 string

1 次查看(过去 30 天)
I need to add a '<' sign in front of a number so that it looks like '<9'
I have a column of character arrays with the numbers and a Column of equal number of '<' as cell arrays. is this possible?

采纳的回答

Walter Roberson
Walter Roberson 2018-1-16
strcat('<', YourCharacterColumn)

更多回答(0 个)

类别

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