已解决


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 前

已解决


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

10 years 前

已解决


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

10 years 前

已解决


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 前

已解决


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 前

已解决


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 前

已提交


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

10 years 前 | 2 次下载 |

0.0 / 5
Thumbnail

已提交


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

10 years 前 | 1 次下载 |

0.0 / 5
Thumbnail

已提交


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

10 years 前 | 2 次下载 |

5.0 / 5
Thumbnail

已提交


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

10 years 前 | 5 次下载 |

5.0 / 5
Thumbnail

已提交


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 前 | 1 次下载 |

0.0 / 5
Thumbnail

已提交


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

11 years 前 | 1 次下载 |

0.0 / 5
Thumbnail

已提交


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

12 years 前 | 1 次下载 |

5.0 / 5
Thumbnail

已提交


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

12 years 前 | 1 次下载 |

0.0 / 5
Thumbnail

已提交


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

12 years 前 | 1 次下载 |

5.0 / 5
Thumbnail

已提交


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

12 years 前 | 1 次下载 |

5.0 / 5
Thumbnail

已提交


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.

13 years 前 | 1 次下载 |

0.0 / 5
Thumbnail

已提交


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

13 years 前 | 1 次下载 |

0.0 / 5
Thumbnail

已提交


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

13 years 前 | 1 次下载 |

5.0 / 5
Thumbnail

已提交


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 前 | 1 次下载 |

4.66667 / 5
Thumbnail

已提交


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

16 years 前 | 9 次下载 |

4.69231 / 5
Thumbnail