![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/5998002.jpg)
Aaron T. Becker's Robot Swarm Lab
http://www.youtube.com/aabecker5, https://sites.google.com/site/aabecker/ http://swarmcontrol.net, Aaron Becker's passion is robotics and control. Currently as an Assistant Professor in Electrical and Computer Engineering at the University of Houston, he is building a robotics lab. Previously as a Research Fellow with Boston Children's Hospital and Harvard Medical School, he implemented robotics powered & controlled by the magnetic field of an MRI, in the Pediatric Cardiac Bioengineering Lab with Pierre Dupont. As a Postdoc at Rice University in the Multi-Robot Systems Lab with James McLurkin, Aaron investigated control of distributed systems and nanorobotics with experts in the fields. His online game swarmcontrol.net seeks to understand the best ways to control a swarm of robots by a human--through a community of game-developed experts. Aaron earned his PhD in Electrical & Computer Engineering at the University of Illinois at Urbana-Champaign, advised by Tim Bretl.
English
Professional Interests:
Robotics
Estadística
CLASIFICACIÓN
10.014
of 297.016
REPUTACIÓN
4
CONTRIBUCIONES
0 Preguntas
7 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
839 of 20.419
REPUTACIÓN
2.202
EVALUACIÓN MEDIA
5.00
CONTRIBUCIONES
34 Archivos
DESCARGAS
96
ALL TIME DESCARGAS
20010
CLASIFICACIÓN
2.525
of 157.725
CONTRIBUCIONES
1 Problema
99 Soluciones
PUNTUACIÓN
1.210
NÚMERO DE INSIGNIAS
7
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Enviada
Multi-covering point set with disks
Given a 2D point set X where each point must be covered k times, determines radii for discs centered at points Y that meet the r...
7 meses hace | 4 descargas |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/5b64bf5b-3533-4f8d-9c03-8568edef182b/d3de690d-3a7d-4321-a697-4ccda66a51fa/images/1721484918.jpg)
Enviada
Control Barrier Functions (CBF) & Potential Fields (APF)
Comparison of Control Barrier Functions (CBF) and Artificial Potential Fields (APF) for controlling a drone (MATLAB)
9 meses hace | 19 descargas |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/482194f1-e8b4-418d-a045-c6671e374c62/16cc1671-938d-4e09-a89a-6f825ba0e933/images/1717108057.jpg)
Enviada
Calibrate Camera with one Photo (Linear Method)
Have you ever wondered how a photographer got a shot? Performs camera calibration from labelled points in 3D space and pixel coo...
alrededor de 1 año hace | 3 descargas |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/6899c049-75a0-445a-af38-21e1781f306b/e9bad414-fd0e-4d6a-be9b-6dfc0e803de3/images/screenshot.png)
Enviada
calculate Fermat Point
Returns the first Fermat point of a triangle with vertices (A,B,C).
más de 1 año hace | 1 descarga |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/d7342066-6a29-4e45-9ec5-d99e74b2069f/ee5ccc3f-9f44-4a35-b721-65ba0539380a/images/1686981782.png)
How to find the position of points given relative distances ?
Matlab has the function <https://www.mathworks.com/help/stats/cmdscale.html cmdscale> for this type of problem.
casi 2 años hace | 0
Enviada
shortest distance between two circles in 3D
Returns the shortest distance between two circles in 3D, the pair(s) of closest points, and if the circles are equidistant.
casi 2 años hace | 1 descarga |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/bde3cb1c-7405-485f-a2e0-80e71797cf8e/75d5f5c9-799a-42ad-94f8-c51245c00b09/images/1682153989.jpg)
Enviada
Bang-bang acceleration control of angular position
Compares a bang-bang 1 dimensional controller with a controller based on the SmootherStep function.
casi 2 años hace | 4 descargas |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/864dac27-2c51-431a-bef6-4476eaf1cad3/9cbf9232-0e5d-4431-9ef3-556ec7cc4625/images/1682494842.png)
Resuelto
Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.
casi 2 años hace
Resuelto
Doubling elements in a vector
Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] then B = [ 1 1 5 ...
casi 2 años hace
Resuelto
Flip the vector from right to left
Flip the vector from right to left. Examples x=[1:5], then y=[5 4 3 2 1] x=[1 4 6], then y=[6 4 1]; Request not ...
casi 2 años hace
Resuelto
Whether the input is vector?
Given the input x, return 1 if x is vector or else 0.
casi 2 años hace
Resuelto
Get the length of a given vector
Given a vector x, the output y should equal the length of x.
casi 2 años hace
Enviada
Multilateration Algebraic GPS Equations (S. Bancroft method)
Calculates the position of a receiver given the time delay of arrival to at least 4 satellites in 3D (or at least 3 satellites i...
alrededor de 2 años hace | 6 descargas |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/97607e64-c00b-4b1b-808a-ca635d27bfa7/a220fb78-77a2-4b4c-9546-c11008ac827f/images/1614138059.png)
Resuelto
Make roundn function
Make roundn function using round. x=0.55555 y=function(x,1) y=1 y=function(x,2) y=0.6 y=function(x,3) ...
más de 2 años hace
Resuelto
Rounding off numbers to n decimals
Inspired by a mistake in one of the problems I created, I created this problem where you have to round off a floating point numb...
más de 2 años hace
Resuelto
Matlab Basics - Rounding III
Write a script to round a large number to the nearest 10,000 e.g. x = 12,358,466,243 --> y = 12,358,470,000
más de 2 años hace
Resuelto
Matlab Basics - Rounding II
Write a script to round a variable x to 3 decimal places: e.g. x = 2.3456 --> y = 2.346
más de 2 años hace
Resuelto
Check that number is whole number
Check that number is whole number Say x=15, then answer is 1. x=15.2 , then answer is 0. http://en.wikipedia.org/wiki/Whole_numb...
más de 2 años hace
Resuelto
MATLAB Basic: rounding IV
Do rounding towards plus infinity. Example: -8.8, answer -8 +8.1 answer 9 +8.50 answer 9
más de 2 años hace
Resuelto
MATLAB Basic: rounding III
Do rounding towards minus infinity. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 8
más de 2 años hace
Resuelto
MATLAB Basic: rounding II
Do rounding nearest integer. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 9
más de 2 años hace
Resuelto
MATLAB Basic: rounding
Do rounding near to zero Example: -8.8, answer -8 +8.1 answer 8
más de 2 años hace
2D Circle 3D Plot.
%A circle in 3D is parameterized by six numbers: two for the orientation of its unit normal vector, one for the radius, and thre...
casi 3 años hace | 0
Enviada
Robot Arm Potential Field Navigation
A path planner for n-link planar robot arm moving among polygonal obstacles (or point obstacles). Set parameter to see prebuilt...
más de 3 años hace | 2 descargas |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/326ab742-0564-4dfd-9d73-ff566f31ef1f/b08a4d93-b11c-448b-b433-d8e280510276/images/screenshot.png)
edgecolor of pixels of imagesc
Consider using the code Pixel Grid, https://www.mathworks.com/matlabcentral/fileexchange/71622-pixel-grid The function pixelgri...
alrededor de 4 años hace | 0
Why do my 3D plot axis tick marks keep repeating?
Try adding xticklabels(0:1000:10^6); right after xticks(0:1000:10^6);
más de 4 años hace | 0
| aceptada