![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/19310230_1598462837201_DEF.jpg)
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...
12개월 전 | 답변 수: 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...
12개월 전 | 답변 수: 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...
거의 1년 전 | 답변 수: 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 ...
대략 1년 전 | 답변 수: 2 | 0