photo

SANGBIN LEE


Last seen: 5ヶ月 前 2024 年からアクティブ

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...

5ヶ月 前 | 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...

5ヶ月 前 | 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...

5ヶ月 前 | 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 ...

6ヶ月 前 | 2 件の回答 | 0

2

回答