已解决


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

11 years 前

已解决


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

11 years 前

已解决


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

11 years 前

提问


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

12 years 前 | 0 个回答 | 0

0

个回答

已提交


crps_gettopmirnas
find the p values of top affecting mirnas

12 years 前 | 1 次下载 |

已提交


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

12 years 前 | 0 次下载 |

提问


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

12 years 前 | 0 个回答 | 0

0

个回答

提问


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

12 years 前 | 3 个回答 | 0

3

个回答