解決済み


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

10年弱 前

解決済み


Is my wife right?
Regardless of input, output the string 'yes'.

10年弱 前

解決済み


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

10年弱 前

解決済み


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

10年弱 前

解決済み


Add two numbers
Given a and b, return the sum a+b in c.

10年弱 前

送信済み


Number of columns to alphabet representation for Excel
Converting number of columns to an alphabet representation

10年弱 前 | ダウンロード 1 件 |