i have string matrix which contains Row and Column. so how i can change one Row
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Mohamuud hassan
am 19 Mai 2015
Kommentiert: Mohamuud hassan
am 19 Mai 2015
hello i have string matrix which contains Row and Column. so how i can change one Row
Bits_com='
000001001001
010111100101
111111001101
001111001101
000000010000
001011011110
100110101001
010101000111
001111110101
111010010000
110010111110
111110000000
000000000000
as one row
convert=
000001001001010111100101111111001101001111001101000000010000001011011110100110101001010101000111001111110101111010010000110010111110111110000000000000000000
2 Kommentare
Chad Greene
am 19 Mai 2015
Can you explain your question more thoroughly? What exactly are you trying to do? Be specific.
Akzeptierte Antwort
Andrei Bobrov
am 19 Mai 2015
reshape(Bits_com',1,[])
2 Kommentare
Stephen23
am 19 Mai 2015
@abdulkarim hassan: Andrei Bobrov's solution is much better than using nested loops.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Language Fundamentals 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!