Solved


Binary numbers
Given a positive, scalar integer n, create a (2^n)-by-n double-precision matrix containing the binary numbers from 0 through 2^n...

nästan 8 år ago

Solved


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the other numbers. Otherwise return false. E...

nästan 8 år ago

Solved


Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Inpu...

nästan 8 år ago

Solved


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

nästan 8 år ago

Solved


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Examp...

nästan 8 år ago

Solved


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

nästan 8 år ago

Solved


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

nästan 8 år ago

Solved


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

nästan 8 år ago

Solved


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

nästan 8 år ago

Solved


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

nästan 8 år ago

Solved


Return the Nth Output from an Input Command
*Description* Given _F_, a cell array whose first element is a function handle and subsequent elements are arguments, return ...

nästan 8 år ago

Solved


Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...

nästan 8 år ago

Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

nästan 8 år ago

Solved


Distance walked 1D
Suppose you go from position 7 to 10 to 6 to 4. Then you have walked 9 units of distance, since 7 to 10 is 3 units, 10 to 6 is 4...

nästan 8 år ago

Solved


Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]

nästan 8 år ago

Solved


inner product of two vectors
inner product of two vectors

nästan 8 år ago

Solved


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

nästan 8 år ago

Solved


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

nästan 8 år ago

Submitted


Approximating an Elliptical Region with Linear Constraints
Tunable number of linear constraints to approximate an convex elliptical region.

mer än 8 år ago | 1 download |

Thumbnail

Submitted


mfoldername
Creates a path to easily save or load your results no matter where your function is located

mer än 8 år ago | 1 download |

Thumbnail

Submitted


Solving Optimal Control Problems using Simscape Models for State Derivatives
This code replicates the results found in a tech report by the same name

ungefär 10 år ago | 4 downloads |

Thumbnail

Submitted


sum_digits
Find the sum of digits of a vector and an interesting script that uses it

mer än 10 år ago | 1 download |

Thumbnail

Submitted


MDCSTest
Flexible MATLAB benchmarking program for multiple workers, long jobs, and high memory tasks

mer än 10 år ago | 2 downloads |

Thumbnail