photo

Tobias


Last seen: 3 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
1 个回答

排名
34,004
of 300,900

声誉
1

贡献数
5 个提问
1 个回答

回答接受率
20.0%

收到投票数
1

排名
 of 21,106

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,578

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Piecewise ODE second order
Hello, I am trying to solve the second order ODE as seen below: This corresponds to the conductive heat transfer and the Jou...

5 years 前 | 0 个回答 | 0

0

个回答

已回答
Implement a Transfer Function in Code state space higher order
@Paul thank you very much for your help. Indeed when I change the dt value to e-5 it is plotted correctly. But I will use this...

5 years 前 | 0

提问


Implement a Transfer Function in Code state space higher order
Hello, I want to transform a transfer function to descrete time. I did this with the help of the matlab tutorial: https://www.y...

5 years 前 | 2 个回答 | 0

2

个回答

提问


Partial derivative of a time derivative
Hello, I have the following code: syms('qxy(t)',[2,1]); qxy = formula(qxy); u1 = formula(qxy); u1_dot = formula(diff(u1,t));...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Syms dependent on time vector notation
Hi! I want to caculate the partial derivatives of a vector u: syms A theta(t) phi(t); u = [A*cos(phi)*theta;sin(phi)*phi];...

5 years 前 | 1 个回答 | 0

1

个回答

提问


syms dependent on time with dots
Hello, I have a question. I want to implement the time derivative of u in the following way in Matlab: syms theta t syms ph...

5 years 前 | 1 个回答 | 1

1

个回答