Solved


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

ungefär 11 år ago

Solved


Matrix which contains the values of an other matrix A at the given locations.
If you have two matrices, which together give xc and yc coordinates into another matrix, eg : xc = [1 1 1; 2 2 1]; ...

ungefär 11 år ago

Solved


Check if number exists in vector
Return 1 if number _a_ exists in vector _b_ otherwise return 0. a = 3; b = [1,2,4]; Returns 0. a = 3; b = [1,...

ungefär 11 år ago

Question


Extracting numbers
I have excel cells of this format: -1.22070E-02 -7.32420E-02 These numbers are in a single cell. How do I extract th...

mer än 12 år ago | 0 answers | 0

0

answers

Submitted


crps_gettopmirnas
find the p values of top affecting mirnas

mer än 12 år ago | 1 download |

Submitted


filegrep
finds the word count for a specific word in a specific text.

mer än 12 år ago | 0 downloads |

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

mer än 12 år 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...

mer än 12 år ago | 3 answers | 0

3

answers