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

10 years ago

Solved


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

10 years ago

Solved


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

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

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

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

10 years ago

Submitted


Expectation Maximization On Old Faithful
Applies expectation maximization to fit a mixture of binomial distributions to a data set

10 years ago | 2 downloads |

Thumbnail

Submitted


jellyBlocks()
Logic game were all colored blocks are controlled at once -- join all blocks of same color to win!

10 years ago | 1 download |

Thumbnail

Submitted


SimpleRobotWithBayesRule()
Simulates a simple robot using Bayes Filter to localize itself on a map

10 years ago | 1 download |

Thumbnail

Submitted


lloydsAlgorithm(Px,Py, crs, numIterations, showPlot)
Starts with a point set, repeatedly moves each point to centroid of Voronoi cell.

10 years ago | 5 downloads |

Thumbnail

Submitted


Particle Computation: Permute an array of particles with 4 global moves
Given 2 rectangular permutations of n^2 particles, arranges obstacles to permute in 4 moves

11 years ago | 2 downloads |

Thumbnail

Submitted


Control n MRI-powered actuators
Simulates control law to steer multiple MRI-powered actuators

11 years ago | 2 downloads |

Thumbnail

Submitted


Generate Non-Parallel Axes
Generate n 'well-spaced' axes -- uniform sampling of 3D rotation axes

11 years ago | 1 download |

Thumbnail

Submitted


Drive Magnetic Micro-Robots Through a 2D Vascular Network
Using the mouse or keyboard, drive n robots through a 2D vascular structure to goal positions

11 years ago | 1 download |

Thumbnail

Submitted


Simulate Control of Magnetized Tetrahymena Pyriformis Cells
With uniform magnetic field uses control-Lypunov function to steer all cells to orbit goal positions

11 years ago | 1 download |

Thumbnail

Submitted


Massive Uniform Manipulation: Control Large Populations of Simple Robots with a Common Input Signal
rearranges n robots controlled to move in unison {up, down, left, right} using 1 obstacle

11 years ago | 1 download |

Thumbnail

Submitted


Approximate Steering of a Unicycle Under Bounded Model Perturbation Using Ensemble Control
Steers unicycle despite model perturb. scaling speed & turning rate by unknown, bounded constant.

12 years ago | 1 download |

Thumbnail

Submitted


Feedback Control of Many Differential-Drive Robots with Uniform Control Inputs
GAS feedback control for many differential-drive robots when each robot receives same control inputs

12 years ago | 1 download |

Thumbnail

Submitted


Range and Bearing Control of an Ensemble of Robots
Game for steering many robots to fire suction-cup darts at a target.(note: still under development.)

12 years ago | 1 download |

Thumbnail

Submitted


Iterative Feedback Control of Plate-Ball Orientation and Position
Feedback control of a plate-ball system (controls a sphere by rolling without slipping in the plane)

13 years ago | 1 download |

Thumbnail

Submitted


Color Threshold
Allows users to interactively select/deselect pixels to threshold images using RGB or HSV filters.

15 years ago | 25 downloads |

Thumbnail