photo

Sara Jones


Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

7 Questions
0 Answers

RANK
127.149
of 300.392

REPUTATION
0

CONTRIBUTIONS
7 Questions
0 Answers

ANSWER ACCEPTANCE
28.57%

VOTES RECEIVED
0

RANK
 of 20.934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168.373

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

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

meer dan 6 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 6 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 6 jaar ago | 0 answers | 0

0

answers

Question


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

meer dan 6 jaar ago | 2 answers | 0

2

answers

Question


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

ongeveer 7 jaar ago | 1 answer | 0

1

answer

Question


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

ongeveer 7 jaar ago | 1 answer | 0

1

answer

Question


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

ongeveer 7 jaar ago | 1 answer | 0

1

answer