how to conver a text to a matlab matrix or vector (every symbol in text fill one cell)
Mostra commenti meno recenti
p.e i have this in text: himynameis george and i want this: [h,i,m,y,n,a,m,e,i,s, ,g,e,o,r,g,e]
or the askii bits of every symbol in every cell
thenks
Risposta accettata
Più risposte (1)
Walter Roberson
il 7 Gen 2013
num2cell('himynameis george')
Categorie
Scopri di più su Characters and Strings in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!