Retrieve Both Besides String of Center String
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Angga Lisdiyanto
il 29 Giu 2016
Commentato: José-Luis
il 30 Giu 2016
Hi, i want to retrieve both string of center string. In example, i have below data :
data = {'a', 'b', 'c', 'o', 'm'}
center_string = {'c'}
Output
'b' 'o'
or
'b' 'c' 'o'
Thanks in advance.
0 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Cell Arrays in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!