Solved


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

8 years ago

Solved


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

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

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

8 years ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

8 years ago

Submitted


vect2str -- vector to string conversion
vect2str prints out a numeric vector into a string. Fully customisable.

17 years ago | 1 download |

5.0 / 5

Submitted


Faster Kuwahara filter
Performs a very fast Kuwahara filtering on images.

19 years ago | 1 download |

4.0 / 5
Thumbnail

Submitted


configInputParser
configures an inputParser object with the configuration contained in an XML file

19 years ago | 1 download |

0.0 / 5