photo

Tonmoy saha


Con actividad desde 2015

Followers: 0   Following: 0

Estadística

MATLAB Answers

5 Preguntas
0 Respuestas

CLASIFICACIÓN
246.204
of 300.352

REPUTACIÓN
0

CONTRIBUCIONES
5 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
60.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.928

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.212

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


i have some problem in this code. upto subsample{i} it works fine. i done some certain operation on every elements of subsample. but i cant able to store these values into kmers{x}.it will be batter if values are store in a matrix. please help me .
i have some problem in this code. upto subsample{i} it works fine. i done some certain operation on every elements of subsample....

más de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


I have an array say sample{i}=['ATGCA', 'GTCGAA','TCAGCT',...] How can i access each of this element using loop?
for j=1:length(subsample) element=subsample(j);

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


This code give me 20 subsample. But i want no of subsamples that cover only the main sample.Means program may give 6 or 10 or any no of subsample but when it cover the whol sample it will stop executing. Any suggession please help me.
sample=datasample('ATCG',20); display(sample); i=1; for k= 1:numel(sample) subsamplelength = randi([5 10]); subsa...

más de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


I want to break my sample like this. Problem with my logic. need help
suppose my sample is GAATGCT. i take a size say 4. my output will be like this GAAT,AATG,ATGC,TGCT. when it reach the last posit...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


i want to make random size of my datasample.output must give random size array. As i am very new in matlab. please help.
r=datasample('ATCG',20); r = TCACCAAAATCACAGGTATG

más de 10 años hace | 2 respuestas | 0

2

respuestas