Estadística
CLASIFICACIÓN
5.009
of 297.016
REPUTACIÓN
6
CONTRIBUCIONES
2 Preguntas
3 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.0%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
765 of 20.419
REPUTACIÓN
2.400
EVALUACIÓN MEDIA
4.50
CONTRIBUCIONES
9 Archivos
DESCARGAS
99
ALL TIME DESCARGAS
21320
CLASIFICACIÓN
7.077
of 157.725
CONTRIBUCIONES
17 Problemas
41 Soluciones
PUNTUACIÓN
895
NÚMERO DE INSIGNIAS
8
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Enviada
Spatial Math Toolbox
Spatial math primitives for MATLAB
alrededor de 4 años hace | 80 descargas |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/eb7301f6-4ef8-48ef-9235-c646d895ce6d/99e5cc89-73c4-44cb-9d50-398c61f349ae/images/screenshot.gif)
Pregunta
How to edit ThingSpeak data gathering script
Long ago I created a ThingSpeak channel to scrape data from a website. I used the template, filled in a bunch of parameters and...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Toolbox export using 19a style project files
I'm very confused about these new project files. I have a .prj file that I've used for ages to package my code into a .mltbx fi...
más de 5 años hace | 1 respuesta | 2
1
respuestaResuelto
How to find the position of an element in a vector without using the find function
Write a function posX=findPosition(x,y) where x is a vector and y is the number that you are searching for. Examples: fin...
casi 6 años hace
Problema
Invert a 3D rotation matrix
Given a 3D rotation matrix, belonging to the matrix group SO(3), compute its inverse without using the functions |inv()| or |pin...
casi 6 años hace | 0 | 22 solvers
Problema
Invert a 3D rigid-body transformation
Given an SE(3) matrix representing a rigid-body motion, compute its inverse without using |inv()| or |pinv()| .
casi 6 años hace | 1 | 16 solvers
Problema
Create a 3D rotation matrix
Consider an arbitrary coordinate frame {A}. Consider another coordinate frame {B} which has the same origin as {A} but is rotat...
casi 6 años hace | 1 | 16 solvers
Problema
Create a 3D rotation matrix from roll-pitch-yaw angles
Consider an aerospace application where the world reference coordinate frame {W} and a body-fixed coordinate frame {B}. The ori...
casi 6 años hace | 1 | 9 solvers
Problema
Orientation of a 3D coordinate frame
The orientation of a body-fixed frame {B} with respect to the world frame {W} is described by an SO(3) rotation matrix. Compute...
casi 6 años hace | 2 | 13 solvers
Problema
Determine roll pitch yaw angles from a 3D rotation matrix
Consider an aerospace application where the world reference coordinate frame {W} and a body-fixed coordinate frame {B}. The ori...
casi 6 años hace | 1 | 7 solvers
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 6 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 6 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 6 años hace
Resuelto
Whether the input is vector?
Given the input x, return 1 if x is vector or else 0.
casi 6 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 6 años hace
Problema
Homogeneous lines and points in 2D: problem 1
In high school we learn the line equation y = mx + c where m is the gradient and c is the intercept. However this form is prob...
alrededor de 6 años hace | 1 | 12 solvers
Problema
Pose from bearing angles in 2D
A robot moving on the plane has a sensor that measures the bearing angle to two mapped landmarks, that is, the world frame coord...
alrededor de 6 años hace | 2 | 17 solvers
Problema
Composing relative poses in 2D: problem 1
We consider a world reference frame denoted by {0} which has its x-axis pointing east and its y-axis pointing north. There i...
alrededor de 6 años hace | 2 | 57 solvers
Problema
Composing relative poses in 2D: problem 1
We consider a world reference frame denoted by {0} which has its x-axis pointing east and its y-axis pointing north. There i...
alrededor de 6 años hace | 1 | 48 solvers
Problema
Twists in 2D
So far we have represented the pose of an object in the plane using a homogeneous transformation, a 3x3 matrix belonging to the ...
alrededor de 6 años hace | 1 | 15 solvers
Problema
Pose interpolation in 2D
Consider two poses represented by homogeneous transformation matrices: |T1| and |T2|. Write an algorithm to interpolate between...
alrededor de 6 años hace | 1 | 26 solvers
Problema
Relative points in 2D: problem 3
The 2D pose of a robot, with respect to a world coordinate frame {O}, is described by a 3x3 homogenous transform matrix T. A la...
alrededor de 6 años hace | 1 | 54 solvers
Problema
Relative points in 2D: problem 1
The 2D pose of a robot, with respect to a world coordinate frame {O}, is described by a 3x3 homogenous transform matrix T. A la...
alrededor de 6 años hace | 4 | 98 solvers
Problema
Relative points in 2D: problem 2
The 2D pose of a robot, with respect to a world coordinate frame {O}, is described by a 3x3 homogenous transform matrix T. A la...
alrededor de 6 años hace | 2 | 62 solvers
Problema
Relative pose in 2D: problem 1
We consider a world reference frame denoted by {0} which has its x-axis pointing east and its y-axis pointing north. There is a...
alrededor de 6 años hace | 3 | 153 solvers
Problema
Relative pose in 2D: problem 2
We consider a world reference frame denoted by {0} which has its x-axis pointing east and its y-axis pointing north. There is a...
alrededor de 6 años hace | 1 | 93 solvers