Sara Jones - MATLAB Central
photo

Sara Jones


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB AnswersFrom 10/18 to 04/25Use left and right arrows to move selectionFrom 10/18Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

7 个提问
0 个回答

排名
180,856
of 298,046

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
28.57%

收到投票数
0

排名
 of 20,526

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,226

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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

5 years 前 | 1 个回答 | 0

1

个回答

提问


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

5 years 前 | 1 个回答 | 0

1

个回答

提问


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

5 years 前 | 0 个回答 | 0

0

个回答

提问


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

5 years 前 | 2 个回答 | 0

2

个回答

提问


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

6 years 前 | 1 个回答 | 0

1

个回答

提问


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

6 years 前 | 1 个回答 | 0

1

个回答

提问


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

6 years 前 | 1 个回答 | 0

1

个回答