Duplicate each element of a vector.
for an n-dimensional vector x, the function should return another vector 2n-dimension which each element is repeated twice.
Ex...
filegrep
finds the word count for a specific word in a specific text.
14 years ago | 0 downloads |
0.0 / 5
Question
DNA codon count
I need to write a function that counts all the codons in a specific sequence without using the bioinformatics toolbox. How do I ...
14 years ago | 0 answers | 0
0
answers
Question
Drawing something simple with MATLAB
I need to write a code to produce the following pattern:
X...X
.X.X.
..X..
.X.X.
X...X
can anyone please help me w...