Effacer les filtres
Effacer les filtres

how can i create a string buffer with n size

2 vues (au cours des 30 derniers jours)
SUNANNA S S
SUNANNA S S le 17 Mai 2017
Réponse apportée : KSSV le 17 Mai 2017
for example the string is aagttctactaac i want to split into aa,ag,gt,tt,tc,ct,ta etc

Réponses (1)

KSSV
KSSV le 17 Mai 2017
str = 'aagttctactaac' ;
iwant = [str(1:end-1)' str(2:end)'] ;

Catégories

En savoir plus sur Genomics and Next Generation Sequencing dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by