combine number from cell array and letter to a string
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Dongyan Zhu
el 18 de Jun. de 2021
Comentada: Dongyan Zhu
el 18 de Jun. de 2021
Now I have a cell array contaning some numbers:
SequencePreview =
1×3 cell array
{'3'} {'1'} {'4'}
Then I want to get a string showed using for loop as below:
'V3-V1-V4'
Does someone have an idea? Thank you!
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
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!