Borrar filtros
Borrar filtros

how can i create a string buffer with n size

2 visualizaciones (últimos 30 días)
SUNANNA S S
SUNANNA S S el 17 de Mayo de 2017
Respondida: KSSV el 17 de Mayo de 2017
for example the string is aagttctactaac i want to split into aa,ag,gt,tt,tc,ct,ta etc

Respuestas (1)

KSSV
KSSV el 17 de Mayo de 2017
str = 'aagttctactaac' ;
iwant = [str(1:end-1)' str(2:end)'] ;

Categorías

Más información sobre Genomics and Next Generation Sequencing en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by