Filter löschen
Filter löschen

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

1 Ansicht (letzte 30 Tage)
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?

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 16 Jan. 2018
strcat('<', YourCharacterColumn)

Weitere Antworten (0)

Kategorien

Mehr zu Characters and Strings finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by