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

12 years ago

Solved


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

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

12 years ago

Submitted


Map texture to patch
patchTexture maps a texture onto a patch object

14 years ago | 2 downloads |

Thumbnail

Submitted


A dice roller for Matlab
Everyone needs to roll dice or flip a coin now and then. This is the program to make it easy.

14 years ago | 3 downloads |

Submitted


Subversion GUI
GUI for command-line subversion client

14 years ago | 2 downloads |

Thumbnail

Submitted


Plot average line
plotAverage plots an average line into the data.

14 years ago | 7 downloads |

Thumbnail

Submitted


Automatic template for new functions
newFunction creates an empty function with custom header

14 years ago | 2 downloads |