Array of same characters using any method (via loop method or any method)
21 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Musadiq Ahmed
el 17 de Abr. de 2019
Respondida: madhan ravi
el 17 de Abr. de 2019
I want to create an array of repeating same character
e.g
A = [ '<' '<' '<' '<' '<' '<' '<' '<' '<' '<' '<' '<' '<' '<']
i want to create character array [ '<' '<' '<' '<' '<' '<' '<' '<' '<' '<' '<' '<' '<' '<'] to be used.
So that when i call A its output should be like this
A
'<<<<<<<<<<<<<<'
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!