SANGBIN LEE
Followers: 0 Following: 0
Feeds
提问
getting the nth term out of a sequence
% Define the input and output file names inputFileName = 'KIF11.txt'; outputFileName = 'CDS.txt'; % Read the sequence from th...
9 months 前 | 1 个回答 | 0
1
个回答提问
I am trying to assign a new set of alphabets to a strand of alphabet matrix that I already have
B = {'a' 'u' 'c' 'g' 'g' 'c' 't' 'a'}; for i = 1:length(template3_5) DNA_base = []; row_B = strcmp(D...
9 months 前 | 1 个回答 | 0
1
个回答提问
I am trying to assign a pattern of alphabets to a sequence of alphabets that I have.
seq_file = fopen('insulinDNAseq.txt'); template5_3 = fscanf(seq_file,'%s'); seq_len = length(template5_3); template3_5 = [fli...
9 months 前 | 2 个回答 | 0
2
个回答提问
How I have all three error bars in one figure
R1=10 R2=27 R3=10 Rtotalseries=R1+R2+R3 Vs=5 Itotal=Vs./Rtotalseries V1=(Vs./Rtotalseries).*R1 V2=(Vs./Rtotalseries).*R2 ...
10 months 前 | 2 个回答 | 0