photo

SANGBIN LEE


Last seen: 5 months ago Active since 2024

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


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 months ago | 1 answer | 0

1

answer

Question


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 months ago | 1 answer | 0

1

answer

Question


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 months ago | 2 answers | 0

2

answers

Question


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 months ago | 2 answers | 0

2

answers