photo

Stevy Kuimi


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

4 个提问
0 个回答

排名
142,026
of 301,545

声誉
0

贡献数
4 个提问
0 个回答

回答接受率
25.0%

收到投票数
0

排名
 of 21,319

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 175,285

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


quadrotor control with Q-learning
Hello, I am trying to stabilise a quadrotor using q-learning and no simulink. I have come accross some documentations in whi...

7 years 前 | 0 个回答 | 0

0

个回答

提问


Trajectory planning with single polynomial
I am trying to define the joint position profile using a single polynomial q(t)=sum(ai*t^i) for i=0:14 i know how to sol...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Subscript indices must either be real positive integers or logicals.
I entered this code in matlab: for k=0:1:4; t0=0 t(k+1)=t(k)+2; q(t(k))=(-1)^k; end ...

9 years 前 | 1 个回答 | 0

1

个回答

提问


trignonemetric second derivatives of a 2x20001 matrix
thetad= zeros(2,length(qd)); for t=0:0.001:20 thetad(1,:)=1+sind(t)+sind(2*t); thetad(2,:)=1+cosd(4*t)+cosd(...

9 years 前 | 2 个回答 | 0

2

个回答