char array to pick
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
dmfwlansejr
am 29 Jul. 2021
Beantwortet: Akira Agata
am 29 Jul. 2021
a =
5×3 char array
'25A'
'107'
'28E'
'2B1'
'2EC'
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
I want to pick
a(1,2:3)
a(2,2:3)
:
:
a(5,2:3)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
I want to convert to following. No 'for', 'while' etc... use
'5A'
'07'
'8E'
'B1'
'EC'
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Shifting and Sorting Matrices 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!