Sara Jones
Followers: 0 Following: 0
Statistiques
7 Questions
0 Réponses
RANG
124 013
of 295 735
RÉPUTATION
0
CONTRIBUTIONS
7 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
28.57%
VOTES REÇUS
0
RANG
of 20 277
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 433
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
Calculating the Workspace of a Robot
I am trying to calculate the workspace of a 7DOF Da Vinci Robot, as shown in the code below, where ‘a’ – represents the moveme...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
How do you calculate a trajectory through a series of 3D points using cubic splines?
I am trying to write a program that constructs a trajectory from an intial position [x1,y1,z1] to an end position that passes th...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
How to calculate the workspace for a 7 DOF robot
I am generating a workspace for a 7 degrees of freedom robotic arm using the values in the table below, however according to the...
plus de 5 ans il y a | 1 réponse | 0
0
réponseQuestion
Why do I get the error “Dimensions of arrays being concatenated are not consistent.”?
I am attempting to write a program that plots the kiinematic workspace for a robot with 7 degrees of freedom, however the error ...
plus de 5 ans il y a | 2 réponses | 0
2
réponsesQuestion
Finding the nth term of the fibonacci sequence in matlab.
I am attempting to write a program that takes a user's input (n) and outputs the nth term of the Fibonacci sequence, without usi...
environ 6 ans il y a | 1 réponse | 0
1
réponseQuestion
Finding the root of an equation using iteration
I am attempting to find the root of the equation 3x^3+x^2-10 using iteration. Here is the code that I have so far, however I don...
environ 6 ans il y a | 1 réponse | 0
1
réponseQuestion
Why can't I multiply two arrays using the '*' operator?
Why is it necessary to use the .* operator to multiply two arrays of the same size? For example, if I have array1 = [1,2,3] and ...
environ 6 ans il y a | 1 réponse | 0