Borrar filtros
Borrar filtros

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

1 visualización (últimos 30 días)
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?

Respuesta aceptada

Walter Roberson
Walter Roberson el 16 de En. de 2018
strcat('<', YourCharacterColumn)

Más respuestas (0)

Categorías

Más información sobre Characters and Strings en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by