Array of same characters using any method (via loop method or any method)
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Musadiq Ahmed
am 17 Apr. 2019
Beantwortet: madhan ravi
am 17 Apr. 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 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!