Statistik
5 Fragen
                        0 Antworten
RANG
194.366
                          
                          
of 300.392
                        
REPUTATION
0
                           
                        
BEITRÄGE
                          5 Fragen
                          0 Antworten
ANTWORTZUSTIMMUNG 
                            60.0%
                        
ERHALTENE STIMMEN
0
RANG
 of 20.934
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS 
0
ALL TIME DOWNLOADS
0
RANG
of 168.373
BEITRÄGE
                            0 Probleme
                            0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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....
mehr als 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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);
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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
mehr als 10 Jahre vor | 2 Antworten | 0
 
        