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

mer än 9 år ago

Solved


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

mer än 9 år ago

Solved


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

mer än 9 å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 ...

mer än 9 år 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:...

mer än 9 år 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...

mer än 9 år ago

Submitted


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

mer än 9 år ago | 1 download |

Thumbnail

Submitted


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

mer än 9 år ago | 1 download |

Thumbnail

Submitted


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

mer än 9 år 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.

mer än 9 år ago | 2 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

mer än 10 år ago | 2 downloads |

Thumbnail

Submitted


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

mer än 10 år ago | 2 downloads |

Thumbnail

Submitted


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

mer än 10 år 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

ungefär 11 år 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

ungefär 11 år ago | 3 downloads |

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

ungefär 11 år ago | 3 downloads |

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.

nästan 12 år 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

nästan 12 år 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.)

nästan 12 år 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)

mer än 12 år ago | 1 download |

Thumbnail

Submitted


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

mer än 14 år ago | 21 downloads |

Thumbnail