Gelöst


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

etwa 11 Jahre vor

Gelöst


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

etwa 11 Jahre vor

Gelöst


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

etwa 11 Jahre vor

Frage


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

mehr als 12 Jahre vor | 0 Antworten | 0

0

Antworten

Gesendet


crps_gettopmirnas
find the p values of top affecting mirnas

mehr als 12 Jahre vor | 1 Download |

Gesendet


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

mehr als 12 Jahre vor | 0 Downloads |

Frage


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

mehr als 12 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 12 Jahre vor | 3 Antworten | 0

3

Antworten