Siddharth Jain
Followers: 0 Following: 0
Feeds
提问
Help with removing the transient part in FFT
I want to remove the transient psrt from my fft of TE to clearly see the frequency components. I have tried removing the transie...
1 year 前 | 1 个回答 | 0
1
个回答提问
Help with computing FFT
*Please help me with my issue, it may seem that my question is repeated, but it is not. My code has been updating each week and ...
1 year 前 | 1 个回答 | 0
1
个回答提问
Help needed to find error
*Please help me with my issue, it may seem that my question is repeated, but it is not. My code has been updating each week and ...
1 year 前 | 0 个回答 | 0
0
个回答提问
Help with ODE tolerance options
I am modelling a single stage helical gear transmission, and want to adjust the ODE tolerance options to allow for faster simula...
1 year 前 | 1 个回答 | 0
1
个回答提问
Ways for faster torque interpolation
I am modelling a single stage helical gear transmission, in which I am applying an input torque to the driver gear. However, the...
1 year 前 | 1 个回答 | 0
1
个回答提问
How to solve for the torsional degrees of freedom
I am trying to model the torsional degrees of freedom for a single stage helical gear system. My orignal code is here: https://u...
1 year 前 | 1 个回答 | 0
1
个回答提问
Keep getting a blank graph
My code is trying to model the torsional degrees of freedom of a helical gear pair. I am unable to plot Force Fy vs time as it k...
2 years 前 | 3 个回答 | 0
3
个回答提问
How to fix error in my DAE program?
The follwing is my main code- I am getting error - Not enough input arguments. Error in @(t,y,ydot)reduced21(t,y,ydot,T_a) ...
2 years 前 | 1 个回答 | 0
1
个回答提问
How to convert ode45 to Differential Algebraic Equations?
I have 12 equations with 6 DOF ( see yp) that i want to convert to Differential Algebraic Equation format. How can I do this? f...
2 years 前 | 1 个回答 | 0
1
个回答提问
how to replace/import .mat file with parameter values?
I want to replace torque T_a with the data in .mat file (attached) for my code- function yp = reduced(t,y) beta = 13*(pi/1...
2 years 前 | 1 个回答 | 0
1
个回答提问
How do i plot a derivative versus time
I have the code below and want to plot for eg yp(2) vs time- How can I do this? function yp = reduced(t,y) m_a = 0.5; c_a...
2 years 前 | 1 个回答 | 0
1
个回答提问
How to model 3 Degrees of Freedom at once
I have been unable to code the follwing equations in matlab-
2 years 前 | 1 个回答 | 0