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年弱 前 | 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...
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年弱 前 | 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年弱 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 1 件の回答 | 1
