解決済み


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

9年以上 前

解決済み


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

9年以上 前

解決済み


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

9年以上 前

解決済み


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

9年以上 前

解決済み


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

9年以上 前

解決済み


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

9年以上 前

送信済み


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

9年以上 前 | ダウンロード 1 件 |

Thumbnail

送信済み


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

9年以上 前 | ダウンロード 1 件 |

Thumbnail

送信済み


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

9年以上 前 | ダウンロード 1 件 |

Thumbnail

送信済み


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

9年以上 前 | ダウンロード 2 件 |

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

10年以上 前 | ダウンロード 2 件 |

Thumbnail

送信済み


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

10年以上 前 | ダウンロード 2 件 |

Thumbnail

送信済み


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

10年以上 前 | ダウンロード 1 件 |

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

約11年 前 | ダウンロード 1 件 |

Thumbnail

送信済み


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

約11年 前 | ダウンロード 3 件 |

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

約11年 前 | ダウンロード 3 件 |

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.

12年弱 前 | ダウンロード 1 件 |

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

12年弱 前 | ダウンロード 1 件 |

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

12年弱 前 | ダウンロード 1 件 |

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)

12年以上 前 | ダウンロード 1 件 |

Thumbnail

送信済み


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

14年以上 前 | ダウンロード 22 件 |

Thumbnail