Feeds
提问
I want to make a full string from all the "a" values that i get
reversedDNA = 'TACATGA' function complementedDNA = r_dnasepinaka(reversedDNA) n=length(reversedDNA); ok = num2cell(reve...
5 years 前 | 2 个回答 | 0
2
个回答提问
Can't put all values from a for loop to a vector
I want to put all the values from x that come out from the loop but it only lets me put 2 values. What am i doing wrong? ...
5 years 前 | 1 个回答 | 0
1
个回答提问
'Matrix dimensions must agree' error
i have this code and it says that the matrix dimensions must agree. What am i doing wrong? I'm really new in matlab. Re = 190...
5 years 前 | 1 个回答 | 0
