Solved


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

14 years ago

Solved


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

14 years ago

Solved


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

14 years ago

Submitted


Adding 2 big interger, e.g 100 digits
% Add 2 big INTERGER a b, e.g with 100 digits % algorithms will add each group of nbit digits

14 years ago | 1 download |

0.0 / 5
Thumbnail

Submitted


Pairwise distance between 2 group of vectors (multidimensional)
Find pair-wise WEIGHTED SQUARE EUCLIDEAN distance distance between 2 group of vectors

14 years ago | 1 download |

4.5 / 5