photo

Hamza Yusuf


Last seen: 1 year 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

11 个提问
0 个回答

排名
79,372
of 299,793

声誉
0

贡献数
11 个提问
0 个回答

回答接受率
63.64%

收到投票数
0

排名
 of 20,811

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,013

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


How do i define and extract the MPC constraints?
I have my algorithm I wanna validate against the Matlab constraint generator. There is the function: https://se.mathworks.com/he...

2 years 前 | 1 个回答 | 0

1

个回答

提问


How do I use methods from a class that works in matlab and use it in simulink?
I have defined a class that works in matlab. I have to instantiate with values and i have 5 different objects. I want these obje...

3 years 前 | 1 个回答 | 0

1

个回答

提问


How do I convert dates to days?
Let us say I have a series of dates: '01-01-2022', '05-01-2022', '06-01-2022' and I have corresponding data on these dates how ...

3 years 前 | 3 个回答 | 0

3

个回答

提问


How do i change color in a 3d animated plot over time?
I have this code that animates a 3d plot with the frequency of 100 hz. I want to change the color of it but the current method I...

3 years 前 | 1 个回答 | 0

1

个回答

提问


How do I turn up my simscape model?
I have added this drone model into simscape: https://drive.google.com/drive/folders/1kB_7mB-6O3j2uFvDQUX_QHTGjmgs_g6z However...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How do i differentiate Euler-Lagrange equation equation?
The problem; I am deriving the EOM of a drone with 4motors. I am using this math slides (other papers validate it but this one i...

4 years 前 | 0 个回答 | 0

0

个回答

提问


How do i remove conj from differention?
My first task was to remove conj from my code anytime i transposed and i found posts to help me with it. I know want to how to...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How do i define a variable as a function?
Let us say there is a fucntion theta that is depedent on time: Theta(t); It is in a cos function so: cos(theta(t)) How do i d...

4 years 前 | 2 个回答 | 0

2

个回答

提问


How to find all double expressions added to a very long formula?
Given a large formula how do i find all expressions multiplied by two terms such as. syms m1 m2 l1 l2 thetadotdot1 thetadotdot...

5 years 前 | 1 个回答 | 0

1

个回答

提问


How can find all expressions multiplied by a certain variable in a long formula?
Let us say we have this big expression: t=m2*l2^2*(thetadotdot1+thetadotdot2)+m2*l1*l2*cos(theta2)*(2*thetadotdot1+thetadot...

5 years 前 | 1 个回答 | 0

1

个回答

提问


How can I find all expressions added to a large formula?
In maple there is coeff(p, x^n) where you find all x coefficients to the n-th power in the polynomial p. in Matlab there is a co...

5 years 前 | 1 个回答 | 0

1

个回答