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