Sara Jones
Followers: 0 Following: 0
Statistik
7 Fragen
0 Antworten
RANG
123.993
of 295.673
REPUTATION
0
BEITRÄGE
7 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
28.57%
ERHALTENE STIMMEN
0
RANG
of 20.262
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.257
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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 ...
mehr als 5 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
etwa 6 Jahre vor | 1 Antwort | 0